Html Css Color HEX #089EEB Dodger Blue

📋 copy color: '#089EEB'

red 8 ◦ green 158 ◦ blue 235

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

Shades of Dodger Blue #089EEB

Tints of Dodger Blue #089EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.6%

R = 2%
G = 39.4%
B = 58.6%

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

#089EEB (or 0x089EEB) is known color: Dodger Blue. HEX triplet: 08, 9E and EB. RGB value is (8,158,235). Sum of RGB (Red+Green+Blue) = 8+158+235=401 (53% of max value = 765). Red value is 8 (3.52% from 255 or 2.00% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 235 (92.19% from 255 or 58.60% from 401); Max value from RGB is 235 - color contains mainly: blue. Hex color #089EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089EEB is #F76114. Grayscale: #797979. Windows color (decimal): -16212245 or 15441416. OLE color: 15441416.

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

Color convert

RGB 8 158 235 -
CMYK 0.97 0.33 0 0.08
HSL 200.35º 0.93% 0.48% -
HSV(B) 200.35º 0.97% 0.92% -
XYZ 27.32 30.5 83.04 -
YUV 121.93 191.81 46.74 -
System Red Green Blue C M Y K H S L
Decimal 8 158 235 0.97 0.33 0 0.08 200.35 0.93 0.48
Hex 8 9E EB 61 21 0 8 C8 5D 30
Octal 10 236 353 141 41 0 10 310 135 60
Binary 1000 10011110 11101011 1100001 100001 0 1000 11001000 1011101 110000

Color Harmonies of #089EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EEB

Black with #089EEB

Text Example


Text Example

White with #089EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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