Shades of Dodger Blue #009CF0
Tints of Dodger Blue #009CF0
RGB
CMYK
RGB Variations
Color information
#009CF0 (or 0x009CF0) is known color: Dodger Blue. HEX triplet: 00, 9C and F0. RGB value is (0,156,240). Sum of RGB (Red+Green+Blue) = 0+156+240=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 240 (94.14% from 255 or 60.61% from 396); Max value from RGB is 240 - color contains mainly: blue. Hex color #009CF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009CF0 is #FF630F. Grayscale: #767676. Windows color (decimal): -16737040 or 15768576. OLE color: 15768576.
HSL color Cylindrical-coordinate representation of color #009CF0: hue angle of 201º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CF0 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 156 | 240 | - |
| CMYK | 1 | 0.35 | 0 | 0.06 |
| HSL | 201º | 1% | 0.47% | - |
| HSV(B) | 201º | 1% | 0.94% | - |
| XYZ | 27.62 | 30.07 | 86.79 | - |
| YUV | 118.93 | 196.32 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 240 | 1 | 0.35 | 0 | 0.06 | 201 | 1 | 0.47 |
| Hex | 0 | 9C | F0 | 64 | 23 | 0 | 6 | C9 | 64 | 2F |
| Octal | 0 | 234 | 360 | 144 | 43 | 0 | 6 | 311 | 144 | 57 |
| Binary | 0 | 10011100 | 11110000 | 1100100 | 100011 | 0 | 110 | 11001001 | 1100100 | 101111 |
Color Harmonies of #009CF0
Complementary color
Monochromatic Colors of #009CF0
Black with #009CF0
Text Example
Text Example
White with #009CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CF0; }
p { color: rgb(0,156,240); }
H1.HeaderClassName
{
color: #009CF0;
}
.AnyTagClassName
{
color: #009CF0;
}
</style>
background-color css
<style>
a { background-color: #009CF0; }
a { background-color: rgb(0,156,240); }
div.DivClassName
{
background-color: #009CF0;
}
.BgClassName
{
background-color: #009CF0;
}
</style>
border-color css
<style>
span { border-color: #009CF0; }
span { border-color: rgb(0,156,240); }
td.TdClassName
{
border-color: #009CF0;
}
.TagClassName
{
border-color: #009CF0;
}
</style>