Html Css Color HEX #099EEB Dodger Blue

📋 copy color: '#099EEB'

red 9 ◦ green 158 ◦ blue 235

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

Shades of Dodger Blue #099EEB

Tints of Dodger Blue #099EEB

RGB

 RED value IS 9 (3.91% from 255) = 2.24%

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

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

R = 2.24%
G = 39.3%
B = 58.46%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#099EEB (or 0x099EEB) is known color: Dodger Blue. HEX triplet: 09, 9E and EB. RGB value is (9,158,235). Sum of RGB (Red+Green+Blue) = 9+158+235=402 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 402); Green value is 158 (62.11% from 255 or 39.30% 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 #099EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099EEB is #F66114. Grayscale: #797979. Windows color (decimal): -16146709 or 15441417. OLE color: 15441417.

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

Color convert

RGB 9 158 235 -
CMYK 0.96 0.33 0 0.08
HSL 200.44º 0.93% 0.48% -
HSV(B) 200.44º 0.96% 0.92% -
XYZ 27.33 30.51 83.05 -
YUV 122.23 191.64 47.24 -
System Red Green Blue C M Y K H S L
Decimal 9 158 235 0.96 0.33 0 0.08 200.44 0.93 0.48
Hex 9 9E EB 60 21 0 8 C8 5D 30
Octal 11 236 353 140 41 0 10 310 135 60
Binary 1001 10011110 11101011 1100000 100001 0 1000 11001000 1011101 110000

Color Harmonies of #099EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099EEB

Black with #099EEB

Text Example


Text Example

White with #099EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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