Shades of Dodger Blue #0C90FA
Tints of Dodger Blue #0C90FA
RGB
CMYK
RGB Variations
Color information
#0C90FA (or 0x0C90FA) is known color: Dodger Blue. HEX triplet: 0C, 90 and FA. RGB value is (12,144,250). Sum of RGB (Red+Green+Blue) = 12+144+250=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 144 (56.64% from 255 or 35.47% 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 #0C90FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C90FA is #F36F05. Grayscale: #747474. Windows color (decimal): -15953670 or 16420876. OLE color: 16420876.
HSL color Cylindrical-coordinate representation of color #0C90FA: hue angle of 206.72º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C90FA is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 144 | 250 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.02 |
| HSL | 206.72º | 0.96% | 0.51% | - |
| HSV(B) | 206.72º | 0.95% | 0.98% | - |
| XYZ | 27.38 | 26.93 | 94.2 | - |
| YUV | 116.62 | 203.27 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 144 | 250 | 0.95 | 0.42 | 0 | 0.02 | 206.72 | 0.96 | 0.51 |
| Hex | C | 90 | FA | 5F | 2A | 0 | 2 | CF | 60 | 33 |
| Octal | 14 | 220 | 372 | 137 | 52 | 0 | 2 | 317 | 140 | 63 |
| Binary | 1100 | 10010000 | 11111010 | 1011111 | 101010 | 0 | 10 | 11001111 | 1100000 | 110011 |
Color Harmonies of #0C90FA
Complementary color
Monochromatic Colors of #0C90FA
Black with #0C90FA
Text Example
Text Example
White with #0C90FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C90FA; }
p { color: rgb(12,144,250); }
H1.HeaderClassName
{
color: #0C90FA;
}
.AnyTagClassName
{
color: #0C90FA;
}
</style>
background-color css
<style>
a { background-color: #0C90FA; }
a { background-color: rgb(12,144,250); }
div.DivClassName
{
background-color: #0C90FA;
}
.BgClassName
{
background-color: #0C90FA;
}
</style>
border-color css
<style>
span { border-color: #0C90FA; }
span { border-color: rgb(12,144,250); }
td.TdClassName
{
border-color: #0C90FA;
}
.TagClassName
{
border-color: #0C90FA;
}
</style>