Html Css Color HEX #099DF9 Dodger Blue

📋 copy color: '#099DF9'

red 9 ◦ green 157 ◦ blue 249

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

Shades of Dodger Blue #099DF9

Tints of Dodger Blue #099DF9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.83%

 BLUE value IS 249 (97.66% from 255) = 60%

R = 2.17%
G = 37.83%
B = 60%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#099DF9 (or 0x099DF9) is known color: Dodger Blue. HEX triplet: 09, 9D and F9. RGB value is (9,157,249). Sum of RGB (Red+Green+Blue) = 9+157+249=415 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.17% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 249 (97.66% from 255 or 60% from 415); Max value from RGB is 249 - color contains mainly: blue. Hex color #099DF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099DF9 is #F66206. Grayscale: #7A7A7A. Windows color (decimal): -16146951 or 16358665. OLE color: 16358665.

HSL color Cylindrical-coordinate representation of color #099DF9: hue angle of 203º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099DF9 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 157 249 -
CMYK 0.96 0.37 0 0.02
HSL 203º 0.95% 0.51% -
HSV(B) 203º 0.96% 0.98% -
XYZ 29.27 31.01 94.07 -
YUV 123.24 198.97 46.52 -
System Red Green Blue C M Y K H S L
Decimal 9 157 249 0.96 0.37 0 0.02 203 0.95 0.51
Hex 9 9D F9 60 25 0 2 CB 5F 33
Octal 11 235 371 140 45 0 2 313 137 63
Binary 1001 10011101 11111001 1100000 100101 0 10 11001011 1011111 110011

Color Harmonies of #099DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DF9

Black with #099DF9

Text Example


Text Example

White with #099DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,157,249); }

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

background-color css

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

 a { background-color: rgb(9,157,249); }

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

border-color css

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

 span { border-color: rgb(9,157,249); }

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