Html Css Color HEX #099EEE Dodger Blue

📋 copy color: '#099EEE'

red 9 ◦ green 158 ◦ blue 238

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

Shades of Dodger Blue #099EEE

Tints of Dodger Blue #099EEE

RGB

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

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

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

R = 2.22%
G = 39.01%
B = 58.77%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#099EEE (or 0x099EEE) is known color: Dodger Blue. HEX triplet: 09, 9E and EE. RGB value is (9,158,238). Sum of RGB (Red+Green+Blue) = 9+158+238=405 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #099EEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099EEE is #F66111. Grayscale: #7A7A7A. Windows color (decimal): -16146706 or 15638025. OLE color: 15638025.

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

Color convert

RGB 9 158 238 -
CMYK 0.96 0.34 0 0.07
HSL 200.96º 0.93% 0.48% -
HSV(B) 200.96º 0.96% 0.93% -
XYZ 27.77 30.68 85.35 -
YUV 122.57 193.14 47 -
System Red Green Blue C M Y K H S L
Decimal 9 158 238 0.96 0.34 0 0.07 200.96 0.93 0.48
Hex 9 9E EE 60 22 0 7 C9 5D 30
Octal 11 236 356 140 42 0 7 311 135 60
Binary 1001 10011110 11101110 1100000 100010 0 111 11001001 1011101 110000

Color Harmonies of #099EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099EEE

Black with #099EEE

Text Example


Text Example

White with #099EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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