Html Css Color HEX #089EEF Dodger Blue

📋 copy color: '#089EEF'

red 8 ◦ green 158 ◦ blue 239

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

Shades of Dodger Blue #089EEF

Tints of Dodger Blue #089EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.01%

R = 1.98%
G = 39.01%
B = 59.01%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#089EEF (or 0x089EEF) is known color: Dodger Blue. HEX triplet: 08, 9E and EF. RGB value is (8,158,239). Sum of RGB (Red+Green+Blue) = 8+158+239=405 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.98% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 239 (93.75% from 255 or 59.01% from 405); Max value from RGB is 239 - color contains mainly: blue. Hex color #089EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089EEF is #F76110. Grayscale: #797979. Windows color (decimal): -16212241 or 15703560. OLE color: 15703560.

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

Color convert

RGB 8 158 239 -
CMYK 0.97 0.34 0 0.06
HSL 201.04º 0.94% 0.48% -
HSV(B) 201.04º 0.97% 0.94% -
XYZ 27.91 30.74 86.12 -
YUV 122.38 193.81 46.41 -
System Red Green Blue C M Y K H S L
Decimal 8 158 239 0.97 0.34 0 0.06 201.04 0.94 0.48
Hex 8 9E EF 61 22 0 6 C9 5E 30
Octal 10 236 357 141 42 0 6 311 136 60
Binary 1000 10011110 11101111 1100001 100010 0 110 11001001 1011110 110000

Color Harmonies of #089EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EEF

Black with #089EEF

Text Example


Text Example

White with #089EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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