Html Css Color HEX #089AE8 Dodger Blue

📋 copy color: '#089AE8'

red 8 ◦ green 154 ◦ blue 232

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

Shades of Dodger Blue #089AE8

Tints of Dodger Blue #089AE8

RGB

 RED value IS 8 (3.52% from 255) = 2.03%

 GREEN value IS 154 (60.55% from 255) = 39.09%

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

R = 2.03%
G = 39.09%
B = 58.88%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#089AE8 (or 0x089AE8) is known color: Dodger Blue. HEX triplet: 08, 9A and E8. RGB value is (8,154,232). Sum of RGB (Red+Green+Blue) = 8+154+232=394 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.03% from 394); Green value is 154 (60.55% from 255 or 39.09% 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 #089AE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089AE8 is #F76517. Grayscale: #767676. Windows color (decimal): -16213272 or 15243784. OLE color: 15243784.

HSL color Cylindrical-coordinate representation of color #089AE8: hue angle of 200.89º degrees, saturation: 0.93, 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 #089AE8 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 8 154 232 -
CMYK 0.97 0.34 0 0.09
HSL 200.89º 0.93% 0.47% -
HSV(B) 200.89º 0.97% 0.91% -
XYZ 26.22 28.99 80.56 -
YUV 119.24 191.63 48.66 -
System Red Green Blue C M Y K H S L
Decimal 8 154 232 0.97 0.34 0 0.09 200.89 0.93 0.47
Hex 8 9A E8 61 22 0 9 C9 5D 2F
Octal 10 232 350 141 42 0 11 311 135 57
Binary 1000 10011010 11101000 1100001 100010 0 1001 11001001 1011101 101111

Color Harmonies of #089AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089AE8

Black with #089AE8

Text Example


Text Example

White with #089AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089AE8; }

 p { color: rgb(8,154,232); }

 H1.HeaderClassName
 {
   color: #089AE8;
 }
 .AnyTagClassName
 {
   color: #089AE8;
 }
</style>

background-color css

<style>
 a { background-color: #089AE8; }

 a { background-color: rgb(8,154,232); }

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

border-color css

<style>
 span { border-color: #089AE8; }

 span { border-color: rgb(8,154,232); }

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