Shades of Dodger Blue #009CFA
Tints of Dodger Blue #009CFA
RGB
CMYK
RGB Variations
Color information
#009CFA (or 0x009CFA) is known color: Dodger Blue. HEX triplet: 00, 9C and FA. RGB value is (0,156,250). Sum of RGB (Red+Green+Blue) = 0+156+250=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #009CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #009CFA is #FF6305. Grayscale: #777777. Windows color (decimal): -16737030 or 16423936. OLE color: 16423936.
HSL color Cylindrical-coordinate representation of color #009CFA: hue angle of 202.56º 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 #009CFA is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 156 | 250 | - |
| CMYK | 1 | 0.38 | 0 | 0.02 |
| HSL | 202.56º | 1% | 0.49% | - |
| HSV(B) | 202.56º | 1% | 0.98% | - |
| XYZ | 29.14 | 30.68 | 94.83 | - |
| YUV | 120.07 | 201.32 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 250 | 1 | 0.38 | 0 | 0.02 | 202.56 | 1 | 0.49 |
| Hex | 0 | 9C | FA | 64 | 26 | 0 | 2 | CB | 64 | 31 |
| Octal | 0 | 234 | 372 | 144 | 46 | 0 | 2 | 313 | 144 | 61 |
| Binary | 0 | 10011100 | 11111010 | 1100100 | 100110 | 0 | 10 | 11001011 | 1100100 | 110001 |
Color Harmonies of #009CFA
Complementary color
Monochromatic Colors of #009CFA
Black with #009CFA
Text Example
Text Example
White with #009CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CFA; }
p { color: rgb(0,156,250); }
H1.HeaderClassName
{
color: #009CFA;
}
.AnyTagClassName
{
color: #009CFA;
}
</style>
background-color css
<style>
a { background-color: #009CFA; }
a { background-color: rgb(0,156,250); }
div.DivClassName
{
background-color: #009CFA;
}
.BgClassName
{
background-color: #009CFA;
}
</style>
border-color css
<style>
span { border-color: #009CFA; }
span { border-color: rgb(0,156,250); }
td.TdClassName
{
border-color: #009CFA;
}
.TagClassName
{
border-color: #009CFA;
}
</style>