Html Css Color HEX #089FEC Dodger Blue

📋 copy color: '#089FEC'

red 8 ◦ green 159 ◦ blue 236

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

Shades of Dodger Blue #089FEC

Tints of Dodger Blue #089FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.45%

 BLUE value IS 236 (92.58% from 255) = 58.56%

R = 1.99%
G = 39.45%
B = 58.56%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#089FEC (or 0x089FEC) is known color: Dodger Blue. HEX triplet: 08, 9F and EC. RGB value is (8,159,236). Sum of RGB (Red+Green+Blue) = 8+159+236=403 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #089FEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089FEC is #F76013. Grayscale: #7A7A7A. Windows color (decimal): -16211988 or 15507208. OLE color: 15507208.

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

Color convert

RGB 8 159 236 -
CMYK 0.97 0.33 0 0.07
HSL 200.26º 0.93% 0.48% -
HSV(B) 200.26º 0.97% 0.93% -
XYZ 27.64 30.9 83.87 -
YUV 122.63 191.97 46.24 -
System Red Green Blue C M Y K H S L
Decimal 8 159 236 0.97 0.33 0 0.07 200.26 0.93 0.48
Hex 8 9F EC 61 21 0 7 C8 5D 30
Octal 10 237 354 141 41 0 7 310 135 60
Binary 1000 10011111 11101100 1100001 100001 0 111 11001000 1011101 110000

Color Harmonies of #089FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089FEC

Black with #089FEC

Text Example


Text Example

White with #089FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,159,236); }

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

background-color css

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

 a { background-color: rgb(8,159,236); }

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

border-color css

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

 span { border-color: rgb(8,159,236); }

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