Html Css Color HEX #099FEE Dodger Blue

📋 copy color: '#099FEE'

red 9 ◦ green 159 ◦ blue 238

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

Shades of Dodger Blue #099FEE

Tints of Dodger Blue #099FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.62%

R = 2.22%
G = 39.16%
B = 58.62%

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

#099FEE (or 0x099FEE) is known color: Dodger Blue. HEX triplet: 09, 9F and EE. RGB value is (9,159,238). Sum of RGB (Red+Green+Blue) = 9+159+238=406 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #099FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099FEE is #F66011. Grayscale: #7A7A7A. Windows color (decimal): -16146450 or 15638281. OLE color: 15638281.

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

Color convert

RGB 9 159 238 -
CMYK 0.96 0.33 0 0.07
HSL 200.7º 0.93% 0.48% -
HSV(B) 200.7º 0.96% 0.93% -
XYZ 27.94 31.03 85.41 -
YUV 123.16 192.81 46.58 -
System Red Green Blue C M Y K H S L
Decimal 9 159 238 0.96 0.33 0 0.07 200.7 0.93 0.48
Hex 9 9F EE 60 21 0 7 C9 5D 30
Octal 11 237 356 140 41 0 7 311 135 60
Binary 1001 10011111 11101110 1100000 100001 0 111 11001001 1011101 110000

Color Harmonies of #099FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099FEE

Black with #099FEE

Text Example


Text Example

White with #099FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,159,238); }

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

background-color css

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

 a { background-color: rgb(9,159,238); }

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

border-color css

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

 span { border-color: rgb(9,159,238); }

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