Html Css Color HEX #089EEA Dodger Blue

📋 copy color: '#089EEA'

red 8 ◦ green 158 ◦ blue 234

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

Shades of Dodger Blue #089EEA

Tints of Dodger Blue #089EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.5%

R = 2%
G = 39.5%
B = 58.5%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#089EEA (or 0x089EEA) is known color: Dodger Blue. HEX triplet: 08, 9E and EA. RGB value is (8,158,234). Sum of RGB (Red+Green+Blue) = 8+158+234=400 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #089EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089EEA is #F76115. Grayscale: #797979. Windows color (decimal): -16212246 or 15375880. OLE color: 15375880.

HSL color Cylindrical-coordinate representation of color #089EEA: hue angle of 200.18º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #089EEA is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 158 234 -
CMYK 0.97 0.32 0 0.08
HSL 200.18º 0.93% 0.47% -
HSV(B) 200.18º 0.97% 0.92% -
XYZ 27.18 30.45 82.29 -
YUV 121.81 191.31 46.82 -
System Red Green Blue C M Y K H S L
Decimal 8 158 234 0.97 0.32 0 0.08 200.18 0.93 0.47
Hex 8 9E EA 61 20 0 8 C8 5D 2F
Octal 10 236 352 141 40 0 10 310 135 57
Binary 1000 10011110 11101010 1100001 100000 0 1000 11001000 1011101 101111

Color Harmonies of #089EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EEA

Black with #089EEA

Text Example


Text Example

White with #089EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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