Html Css Color HEX #089EEE Dodger Blue

📋 copy color: '#089EEE'

red 8 ◦ green 158 ◦ blue 238

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

Shades of Dodger Blue #089EEE

Tints of Dodger Blue #089EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.91%

R = 1.98%
G = 39.11%
B = 58.91%

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

#089EEE (or 0x089EEE) is known color: Dodger Blue. HEX triplet: 08, 9E and EE. RGB value is (8,158,238). Sum of RGB (Red+Green+Blue) = 8+158+238=404 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #089EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089EEE is #F76111. Grayscale: #797979. Windows color (decimal): -16212242 or 15638024. OLE color: 15638024.

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

Color convert

RGB 8 158 238 -
CMYK 0.97 0.34 0 0.07
HSL 200.87º 0.93% 0.48% -
HSV(B) 200.87º 0.97% 0.93% -
XYZ 27.76 30.68 85.35 -
YUV 122.27 193.31 46.5 -
System Red Green Blue C M Y K H S L
Decimal 8 158 238 0.97 0.34 0 0.07 200.87 0.93 0.48
Hex 8 9E EE 61 22 0 7 C9 5D 30
Octal 10 236 356 141 42 0 7 311 135 60
Binary 1000 10011110 11101110 1100001 100010 0 111 11001001 1011101 110000

Color Harmonies of #089EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EEE

Black with #089EEE

Text Example


Text Example

White with #089EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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