Html Css Color HEX #099EEC Dodger Blue

📋 copy color: '#099EEC'

red 9 ◦ green 158 ◦ blue 236

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

Shades of Dodger Blue #099EEC

Tints of Dodger Blue #099EEC

RGB

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

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

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

R = 2.23%
G = 39.21%
B = 58.56%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#099EEC (or 0x099EEC) is known color: Dodger Blue. HEX triplet: 09, 9E and EC. RGB value is (9,158,236). Sum of RGB (Red+Green+Blue) = 9+158+236=403 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.23% from 403); Green value is 158 (62.11% from 255 or 39.21% 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 #099EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099EEC is #F66113. Grayscale: #797979. Windows color (decimal): -16146708 or 15506953. OLE color: 15506953.

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

Color convert

RGB 9 158 236 -
CMYK 0.96 0.33 0 0.07
HSL 200.62º 0.93% 0.48% -
HSV(B) 200.62º 0.96% 0.93% -
XYZ 27.48 30.57 83.81 -
YUV 122.34 192.14 47.16 -
System Red Green Blue C M Y K H S L
Decimal 9 158 236 0.96 0.33 0 0.07 200.62 0.93 0.48
Hex 9 9E EC 60 21 0 7 C9 5D 30
Octal 11 236 354 140 41 0 7 311 135 60
Binary 1001 10011110 11101100 1100000 100001 0 111 11001001 1011101 110000

Color Harmonies of #099EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099EEC

Black with #099EEC

Text Example


Text Example

White with #099EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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