Html Css Color HEX #099EE7 Dodger Blue

📋 copy color: '#099EE7'

red 9 ◦ green 158 ◦ blue 231

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

Shades of Dodger Blue #099EE7

Tints of Dodger Blue #099EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.04%

R = 2.26%
G = 39.7%
B = 58.04%

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

#099EE7 (or 0x099EE7) is known color: Dodger Blue. HEX triplet: 09, 9E and E7. RGB value is (9,158,231). Sum of RGB (Red+Green+Blue) = 9+158+231=398 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 231 (90.62% from 255 or 58.04% from 398); Max value from RGB is 231 - color contains mainly: blue. Hex color #099EE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099EE7 is #F66118. Grayscale: #797979. Windows color (decimal): -16146713 or 15179273. OLE color: 15179273.

HSL color Cylindrical-coordinate representation of color #099EE7: hue angle of 199.73º 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 #099EE7 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 9 158 231 -
CMYK 0.96 0.32 0 0.09
HSL 199.73º 0.93% 0.47% -
HSV(B) 199.73º 0.96% 0.91% -
XYZ 26.76 30.28 80.04 -
YUV 121.77 189.64 47.56 -
System Red Green Blue C M Y K H S L
Decimal 9 158 231 0.96 0.32 0 0.09 199.73 0.93 0.47
Hex 9 9E E7 60 20 0 9 C8 5C 2F
Octal 11 236 347 140 40 0 11 310 134 57
Binary 1001 10011110 11100111 1100000 100000 0 1001 11001000 1011100 101111

Color Harmonies of #099EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099EE7

Black with #099EE7

Text Example


Text Example

White with #099EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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