Html Css Color HEX #089FEB Dodger Blue

📋 copy color: '#089FEB'

red 8 ◦ green 159 ◦ blue 235

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

Shades of Dodger Blue #089FEB

Tints of Dodger Blue #089FEB

RGB

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

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

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

R = 1.99%
G = 39.55%
B = 58.46%

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

#089FEB (or 0x089FEB) is known color: Dodger Blue. HEX triplet: 08, 9F and EB. RGB value is (8,159,235). Sum of RGB (Red+Green+Blue) = 8+159+235=402 (53% of max value = 765). Red value is 8 (3.52% from 255 or 1.99% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 235 (92.19% from 255 or 58.46% from 402); Max value from RGB is 235 - color contains mainly: blue. Hex color #089FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089FEB is #F76014. Grayscale: #7A7A7A. Windows color (decimal): -16211989 or 15441672. OLE color: 15441672.

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

Color convert

RGB 8 159 235 -
CMYK 0.97 0.32 0 0.08
HSL 200.09º 0.93% 0.48% -
HSV(B) 200.09º 0.97% 0.92% -
XYZ 27.49 30.85 83.1 -
YUV 122.52 191.47 46.32 -
System Red Green Blue C M Y K H S L
Decimal 8 159 235 0.97 0.32 0 0.08 200.09 0.93 0.48
Hex 8 9F EB 61 20 0 8 C8 5D 30
Octal 10 237 353 141 40 0 10 310 135 60
Binary 1000 10011111 11101011 1100001 100000 0 1000 11001000 1011101 110000

Color Harmonies of #089FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089FEB

Black with #089FEB

Text Example


Text Example

White with #089FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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