Html Css Color HEX #099DF0 Dodger Blue

📋 copy color: '#099DF0'

red 9 ◦ green 157 ◦ blue 240

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

Shades of Dodger Blue #099DF0

Tints of Dodger Blue #099DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 59.11%

R = 2.22%
G = 38.67%
B = 59.11%

CMYK

 C value IS 0.96

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#099DF0 (or 0x099DF0) is known color: Dodger Blue. HEX triplet: 09, 9D and F0. RGB value is (9,157,240). Sum of RGB (Red+Green+Blue) = 9+157+240=406 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.22% from 406); Green value is 157 (61.72% from 255 or 38.67% from 406); Blue value is 240 (94.14% from 255 or 59.11% from 406); Max value from RGB is 240 - color contains mainly: blue. Hex color #099DF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099DF0 is #F6620F. Grayscale: #797979. Windows color (decimal): -16146960 or 15768841. OLE color: 15768841.

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

Color convert

RGB 9 157 240 -
CMYK 0.96 0.35 0 0.06
HSL 201.56º 0.93% 0.49% -
HSV(B) 201.56º 0.96% 0.94% -
XYZ 27.9 30.46 86.85 -
YUV 122.21 194.47 47.25 -
System Red Green Blue C M Y K H S L
Decimal 9 157 240 0.96 0.35 0 0.06 201.56 0.93 0.49
Hex 9 9D F0 60 23 0 6 CA 5D 31
Octal 11 235 360 140 43 0 6 312 135 61
Binary 1001 10011101 11110000 1100000 100011 0 110 11001010 1011101 110001

Color Harmonies of #099DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DF0

Black with #099DF0

Text Example


Text Example

White with #099DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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