Html Css Color HEX #089CEA Dodger Blue

📋 copy color: '#089CEA'

red 8 ◦ green 156 ◦ blue 234

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

Shades of Dodger Blue #089CEA

Tints of Dodger Blue #089CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.2%

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

R = 2.01%
G = 39.2%
B = 58.79%

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

#089CEA (or 0x089CEA) is known color: Dodger Blue. HEX triplet: 08, 9C and EA. RGB value is (8,156,234). Sum of RGB (Red+Green+Blue) = 8+156+234=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #089CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089CEA is #F76315. Grayscale: #787878. Windows color (decimal): -16212758 or 15375368. OLE color: 15375368.

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

Color convert

RGB 8 156 234 -
CMYK 0.97 0.33 0 0.08
HSL 200.71º 0.93% 0.47% -
HSV(B) 200.71º 0.97% 0.92% -
XYZ 26.84 29.77 82.17 -
YUV 120.64 191.97 47.66 -
System Red Green Blue C M Y K H S L
Decimal 8 156 234 0.97 0.33 0 0.08 200.71 0.93 0.47
Hex 8 9C EA 61 21 0 8 C9 5D 2F
Octal 10 234 352 141 41 0 10 311 135 57
Binary 1000 10011100 11101010 1100001 100001 0 1000 11001001 1011101 101111

Color Harmonies of #089CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089CEA

Black with #089CEA

Text Example


Text Example

White with #089CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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