Html Css Color HEX #099EE9 Dodger Blue

📋 copy color: '#099EE9'

red 9 ◦ green 158 ◦ blue 233

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

Shades of Dodger Blue #099EE9

Tints of Dodger Blue #099EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 58.25%

R = 2.25%
G = 39.5%
B = 58.25%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#099EE9 (or 0x099EE9) is known color: Dodger Blue. HEX triplet: 09, 9E and E9. RGB value is (9,158,233). Sum of RGB (Red+Green+Blue) = 9+158+233=400 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 233 (91.41% from 255 or 58.25% from 400); Max value from RGB is 233 - color contains mainly: blue. Hex color #099EE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099EE9 is #F66116. Grayscale: #797979. Windows color (decimal): -16146711 or 15310345. OLE color: 15310345.

HSL color Cylindrical-coordinate representation of color #099EE9: hue angle of 200.09º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099EE9 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 158 233 -
CMYK 0.96 0.32 0 0.09
HSL 200.09º 0.93% 0.47% -
HSV(B) 200.09º 0.96% 0.91% -
XYZ 27.05 30.39 81.53 -
YUV 122 190.64 47.4 -
System Red Green Blue C M Y K H S L
Decimal 9 158 233 0.96 0.32 0 0.09 200.09 0.93 0.47
Hex 9 9E E9 60 20 0 9 C8 5D 2F
Octal 11 236 351 140 40 0 11 310 135 57
Binary 1001 10011110 11101001 1100000 100000 0 1001 11001000 1011101 101111

Color Harmonies of #099EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099EE9

Black with #099EE9

Text Example


Text Example

White with #099EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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