Html Css Color HEX #099EF2 Dodger Blue

📋 copy color: '#099EF2'

red 9 ◦ green 158 ◦ blue 242

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

Shades of Dodger Blue #099EF2

Tints of Dodger Blue #099EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 59.17%

R = 2.2%
G = 38.63%
B = 59.17%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#099EF2 (or 0x099EF2) is known color: Dodger Blue. HEX triplet: 09, 9E and F2. RGB value is (9,158,242). Sum of RGB (Red+Green+Blue) = 9+158+242=409 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 242 (94.92% from 255 or 59.17% from 409); Max value from RGB is 242 - color contains mainly: blue. Hex color #099EF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099EF2 is #F6610D. Grayscale: #7A7A7A. Windows color (decimal): -16146702 or 15900169. OLE color: 15900169.

HSL color Cylindrical-coordinate representation of color #099EF2: hue angle of 201.63º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099EF2 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 158 242 -
CMYK 0.96 0.35 0 0.05
HSL 201.63º 0.93% 0.49% -
HSV(B) 201.63º 0.96% 0.95% -
XYZ 28.37 30.92 88.48 -
YUV 123.03 195.14 46.67 -
System Red Green Blue C M Y K H S L
Decimal 9 158 242 0.96 0.35 0 0.05 201.63 0.93 0.49
Hex 9 9E F2 60 23 0 5 CA 5D 31
Octal 11 236 362 140 43 0 5 312 135 61
Binary 1001 10011110 11110010 1100000 100011 0 101 11001010 1011101 110001

Color Harmonies of #099EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099EF2

Black with #099EF2

Text Example


Text Example

White with #099EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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