Html Css Color HEX #099DF1 Dodger Blue

📋 copy color: '#099DF1'

red 9 ◦ green 157 ◦ blue 241

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

Shades of Dodger Blue #099DF1

Tints of Dodger Blue #099DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.21%

R = 2.21%
G = 38.57%
B = 59.21%

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

#099DF1 (or 0x099DF1) is known color: Dodger Blue. HEX triplet: 09, 9D and F1. RGB value is (9,157,241). Sum of RGB (Red+Green+Blue) = 9+157+241=407 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.21% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #099DF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #099DF1 is #F6620E. Grayscale: #797979. Windows color (decimal): -16146959 or 15834377. OLE color: 15834377.

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

Color convert

RGB 9 157 241 -
CMYK 0.96 0.35 0 0.05
HSL 201.72º 0.93% 0.49% -
HSV(B) 201.72º 0.96% 0.95% -
XYZ 28.05 30.52 87.63 -
YUV 122.32 194.97 47.17 -
System Red Green Blue C M Y K H S L
Decimal 9 157 241 0.96 0.35 0 0.05 201.72 0.93 0.49
Hex 9 9D F1 60 23 0 5 CA 5D 31
Octal 11 235 361 140 43 0 5 312 135 61
Binary 1001 10011101 11110001 1100000 100011 0 101 11001010 1011101 110001

Color Harmonies of #099DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099DF1

Black with #099DF1

Text Example


Text Example

White with #099DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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