Html Css Color HEX #089EEC Dodger Blue

📋 copy color: '#089EEC'

red 8 ◦ green 158 ◦ blue 236

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

Shades of Dodger Blue #089EEC

Tints of Dodger Blue #089EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.3%

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

R = 1.99%
G = 39.3%
B = 58.71%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#089EEC (or 0x089EEC) is known color: Dodger Blue. HEX triplet: 08, 9E and EC. RGB value is (8,158,236). Sum of RGB (Red+Green+Blue) = 8+158+236=402 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #089EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089EEC is #F76113. Grayscale: #797979. Windows color (decimal): -16212244 or 15506952. OLE color: 15506952.

HSL color Cylindrical-coordinate representation of color #089EEC: hue angle of 200.53º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089EEC is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 158 236 -
CMYK 0.97 0.33 0 0.07
HSL 200.53º 0.93% 0.48% -
HSV(B) 200.53º 0.97% 0.93% -
XYZ 27.47 30.56 83.81 -
YUV 122.04 192.31 46.66 -
System Red Green Blue C M Y K H S L
Decimal 8 158 236 0.97 0.33 0 0.07 200.53 0.93 0.48
Hex 8 9E EC 61 21 0 7 C9 5D 30
Octal 10 236 354 141 41 0 7 311 135 60
Binary 1000 10011110 11101100 1100001 100001 0 111 11001001 1011101 110000

Color Harmonies of #089EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EEC

Black with #089EEC

Text Example


Text Example

White with #089EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,158,236); }

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

background-color css

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

 a { background-color: rgb(8,158,236); }

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

border-color css

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

 span { border-color: rgb(8,158,236); }

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