Html Css Color HEX #069CEC Dodger Blue

📋 copy color: '#069CEC'

red 6 ◦ green 156 ◦ blue 236

#069CEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #069CEC

Tints of Dodger Blue #069CEC

RGB

 RED value IS 6 (2.73% from 255) = 1.51%

 GREEN value IS 156 (61.33% from 255) = 39.2%

 BLUE value IS 236 (92.58% from 255) = 59.3%

R = 1.51%
G = 39.2%
B = 59.3%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#069CEC (or 0x069CEC) is known color: Dodger Blue. HEX triplet: 06, 9C and EC. RGB value is (6,156,236). Sum of RGB (Red+Green+Blue) = 6+156+236=398 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #069CEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069CEC is #F96313. Grayscale: #777777. Windows color (decimal): -16343828 or 15506438. OLE color: 15506438.

HSL color Cylindrical-coordinate representation of color #069CEC: hue angle of 200.87º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069CEC is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 156 236 -
CMYK 0.97 0.34 0 0.07
HSL 200.87º 0.95% 0.47% -
HSV(B) 200.87º 0.97% 0.93% -
XYZ 27.1 29.87 83.69 -
YUV 120.27 193.31 46.5 -
System Red Green Blue C M Y K H S L
Decimal 6 156 236 0.97 0.34 0 0.07 200.87 0.95 0.47
Hex 6 9C EC 61 22 0 7 C9 5F 2F
Octal 6 234 354 141 42 0 7 311 137 57
Binary 110 10011100 11101100 1100001 100010 0 111 11001001 1011111 101111

Color Harmonies of #069CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CEC

Black with #069CEC

Text Example


Text Example

White with #069CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069CEC; }

 p { color: rgb(6,156,236); }

 H1.HeaderClassName
 {
   color: #069CEC;
 }
 .AnyTagClassName
 {
   color: #069CEC;
 }
</style>

background-color css

<style>
 a { background-color: #069CEC; }

 a { background-color: rgb(6,156,236); }

 div.DivClassName
 {
   background-color: #069CEC;
 }
 .BgClassName
 {
   background-color: #069CEC;
 }
</style>

border-color css

<style>
 span { border-color: #069CEC; }

 span { border-color: rgb(6,156,236); }

 td.TdClassName
 {
   border-color: #069CEC;
 }
 .TagClassName
 {
   border-color: #069CEC;
 }
</style>