Html Css Color HEX #069CE8 Dodger Blue

📋 copy color: '#069CE8'

red 6 ◦ green 156 ◦ blue 232

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

Shades of Dodger Blue #069CE8

Tints of Dodger Blue #069CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 58.88%

R = 1.52%
G = 39.59%
B = 58.88%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#069CE8 (or 0x069CE8) is known color: Dodger Blue. HEX triplet: 06, 9C and E8. RGB value is (6,156,232). Sum of RGB (Red+Green+Blue) = 6+156+232=394 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 232 (91.02% from 255 or 58.88% from 394); Max value from RGB is 232 - color contains mainly: blue. Hex color #069CE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069CE8 is #F96317. Grayscale: #777777. Windows color (decimal): -16343832 or 15244294. OLE color: 15244294.

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

Color convert

RGB 6 156 232 -
CMYK 0.97 0.33 0 0.09
HSL 200.18º 0.95% 0.47% -
HSV(B) 200.18º 0.97% 0.91% -
XYZ 26.53 29.64 80.67 -
YUV 119.81 191.31 46.82 -
System Red Green Blue C M Y K H S L
Decimal 6 156 232 0.97 0.33 0 0.09 200.18 0.95 0.47
Hex 6 9C E8 61 21 0 9 C8 5F 2F
Octal 6 234 350 141 41 0 11 310 137 57
Binary 110 10011100 11101000 1100001 100001 0 1001 11001000 1011111 101111

Color Harmonies of #069CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069CE8

Black with #069CE8

Text Example


Text Example

White with #069CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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