Shades of Dodger Blue #009DFB
Tints of Dodger Blue #009DFB
RGB
CMYK
RGB Variations
Color information
#009DFB (or 0x009DFB) is known color: Dodger Blue. HEX triplet: 00, 9D and FB. RGB value is (0,157,251). Sum of RGB (Red+Green+Blue) = 0+157+251=408 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #009DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009DFB is #FF6204. Grayscale: #787878. Windows color (decimal): -16736773 or 16489728. OLE color: 16489728.
HSL color Cylindrical-coordinate representation of color #009DFB: hue angle of 202.47º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009DFB is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 157 | 251 | - |
| CMYK | 1 | 0.37 | 0 | 0.02 |
| HSL | 202.47º | 1% | 0.49% | - |
| HSV(B) | 202.47º | 1% | 0.98% | - |
| XYZ | 29.47 | 31.08 | 95.71 | - |
| YUV | 120.77 | 201.49 | 41.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 251 | 1 | 0.37 | 0 | 0.02 | 202.47 | 1 | 0.49 |
| Hex | 0 | 9D | FB | 64 | 25 | 0 | 2 | CA | 64 | 31 |
| Octal | 0 | 235 | 373 | 144 | 45 | 0 | 2 | 312 | 144 | 61 |
| Binary | 0 | 10011101 | 11111011 | 1100100 | 100101 | 0 | 10 | 11001010 | 1100100 | 110001 |
Color Harmonies of #009DFB
Complementary color
Monochromatic Colors of #009DFB
Black with #009DFB
Text Example
Text Example
White with #009DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009DFB; }
p { color: rgb(0,157,251); }
H1.HeaderClassName
{
color: #009DFB;
}
.AnyTagClassName
{
color: #009DFB;
}
</style>
background-color css
<style>
a { background-color: #009DFB; }
a { background-color: rgb(0,157,251); }
div.DivClassName
{
background-color: #009DFB;
}
.BgClassName
{
background-color: #009DFB;
}
</style>
border-color css
<style>
span { border-color: #009DFB; }
span { border-color: rgb(0,157,251); }
td.TdClassName
{
border-color: #009DFB;
}
.TagClassName
{
border-color: #009DFB;
}
</style>