Shades of Dodger Blue #009CFE
Tints of Dodger Blue #009CFE
RGB
CMYK
RGB Variations
Color information
#009CFE (or 0x009CFE) is known color: Dodger Blue. HEX triplet: 00, 9C and FE. RGB value is (0,156,254). Sum of RGB (Red+Green+Blue) = 0+156+254=410 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #009CFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009CFE is #FF6301. Grayscale: #777777. Windows color (decimal): -16737026 or 16686080. OLE color: 16686080.
HSL color Cylindrical-coordinate representation of color #009CFE: hue angle of 203.15º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CFE is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 156 | 254 | - |
| CMYK | 1 | 0.39 | 0 | 0.00 |
| HSL | 203.15º | 1% | 0.5% | - |
| HSV(B) | 203.15º | 1% | 1% | - |
| XYZ | 29.78 | 30.93 | 98.17 | - |
| YUV | 120.53 | 203.32 | 42.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 254 | 1 | 0.39 | 0 | 0.00 | 203.15 | 1 | 0.5 |
| Hex | 0 | 9C | FE | 64 | 27 | 0 | 0 | CB | 64 | 32 |
| Octal | 0 | 234 | 376 | 144 | 47 | 0 | 0 | 313 | 144 | 62 |
| Binary | 0 | 10011100 | 11111110 | 1100100 | 100111 | 0 | 0 | 11001011 | 1100100 | 110010 |
Color Harmonies of #009CFE
Complementary color
Monochromatic Colors of #009CFE
Black with #009CFE
Text Example
Text Example
White with #009CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CFE; }
p { color: rgb(0,156,254); }
H1.HeaderClassName
{
color: #009CFE;
}
.AnyTagClassName
{
color: #009CFE;
}
</style>
background-color css
<style>
a { background-color: #009CFE; }
a { background-color: rgb(0,156,254); }
div.DivClassName
{
background-color: #009CFE;
}
.BgClassName
{
background-color: #009CFE;
}
</style>
border-color css
<style>
span { border-color: #009CFE; }
span { border-color: rgb(0,156,254); }
td.TdClassName
{
border-color: #009CFE;
}
.TagClassName
{
border-color: #009CFE;
}
</style>