Color Hex Logo

#3069dc Color Hex

#3069DC
(48,105,220)
0 Favorites   0 Comments

Color spaces of #3069dc

RGB 48105220
HSL0.610.710.53
HSV220°78°86°
CMYK 0.780.520.00   0.14
XYZ19.188815.898869.7676
Yxy15.89880.18300.1516
Hunter Lab39.873316.1238-75.8303
CIE-Lab46.841422.4505-64.0754

#3069dc color RGB value is (48,105,220).

#3069dc hex color red value is 48, green value is 105 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3069dc hue: 0.61 , saturation: 0.71 and the lightness value of 3069dc is 0.53.

The process color (four color CMYK) of #3069dc color hex is 0.78, 0.52, 0.00, 0.14. Web safe color of #3069dc is #3366cc. Color #3069dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101001 11011100
Octal 60 151 334
Decimal 48 105 220
Hex 30 69 DC

RGB Percentages of Color #3069dc

%12.87
%28.15
%58.98

CMYK Percentages of Color #3069dc

%78
%52
%0
%14

Triadic Colors of #3069dc

#3069dc #dc3069 #69dc30

Analogous Colors of #3069dc

#3069dc #4d30dc #30bfdc

Monochromatic Colors of #3069dc

#3069dc

Complementary Color

#3069dc #dca330

#3069dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3069dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3069dc Color CSS Codes

.mybgcolor {background-color:#3069dc; } 
.myforecolor {color:#3069dc; }
.mybordercolor {border:3px solid #3069dc; }

#3069dc Text Font Color

<p style="color:#3069dc">Text here</p>

This sample text font color is #3069dc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#3069dc Background Color

<div style="background-color:#3069dc">
Div content here</div>

This div background color is #3069dc


#3069dc Border Color

<div style="border:3px solid #3069dc">
Div here</div>

This div border color is #3069dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,105,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3069dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3069dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3069dc;
  box-shadow:         1px 1px 3px 2px #3069dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,105,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3069dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #3069dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3069dc;
  box-shadow:         1px 1px 3px 2px #3069dc;">
Div content here</div>

This div box has shadow with color #3069dc


Comments

No comments written yet.

Please login to write comment.