Html Css Color HEX #089DEA Dodger Blue

📋 copy color: '#089DEA'

red 8 ◦ green 157 ◦ blue 234

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

Shades of Dodger Blue #089DEA

Tints of Dodger Blue #089DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.35%

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

R = 2.01%
G = 39.35%
B = 58.65%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#089DEA (or 0x089DEA) is known color: Dodger Blue. HEX triplet: 08, 9D and EA. RGB value is (8,157,234). Sum of RGB (Red+Green+Blue) = 8+157+234=399 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #089DEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089DEA is #F76215. Grayscale: #787878. Windows color (decimal): -16212502 or 15375624. OLE color: 15375624.

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

Color convert

RGB 8 157 234 -
CMYK 0.97 0.33 0 0.08
HSL 200.44º 0.93% 0.47% -
HSV(B) 200.44º 0.97% 0.92% -
XYZ 27.01 30.11 82.23 -
YUV 121.23 191.64 47.24 -
System Red Green Blue C M Y K H S L
Decimal 8 157 234 0.97 0.33 0 0.08 200.44 0.93 0.47
Hex 8 9D EA 61 21 0 8 C8 5D 2F
Octal 10 235 352 141 41 0 10 310 135 57
Binary 1000 10011101 11101010 1100001 100001 0 1000 11001000 1011101 101111

Color Harmonies of #089DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089DEA

Black with #089DEA

Text Example


Text Example

White with #089DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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