Shades of Dodger Blue #0C90EA
Tints of Dodger Blue #0C90EA
RGB
CMYK
RGB Variations
Color information
#0C90EA (or 0x0C90EA) is known color: Dodger Blue. HEX triplet: 0C, 90 and EA. RGB value is (12,144,234). Sum of RGB (Red+Green+Blue) = 12+144+234=390 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C90EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C90EA is #F36F15. Grayscale: #727272. Windows color (decimal): -15953686 or 15372300. OLE color: 15372300.
HSL color Cylindrical-coordinate representation of color #0C90EA: hue angle of 204.32º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C90EA is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 144 | 234 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.08 |
| HSL | 204.32º | 0.9% | 0.48% | - |
| HSV(B) | 204.32º | 0.95% | 0.92% | - |
| XYZ | 24.98 | 25.97 | 81.54 | - |
| YUV | 114.79 | 195.27 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 144 | 234 | 0.95 | 0.38 | 0 | 0.08 | 204.32 | 0.9 | 0.48 |
| Hex | C | 90 | EA | 5F | 26 | 0 | 8 | CC | 5A | 30 |
| Octal | 14 | 220 | 352 | 137 | 46 | 0 | 10 | 314 | 132 | 60 |
| Binary | 1100 | 10010000 | 11101010 | 1011111 | 100110 | 0 | 1000 | 11001100 | 1011010 | 110000 |
Color Harmonies of #0C90EA
Complementary color
Monochromatic Colors of #0C90EA
Black with #0C90EA
Text Example
Text Example
White with #0C90EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C90EA; }
p { color: rgb(12,144,234); }
H1.HeaderClassName
{
color: #0C90EA;
}
.AnyTagClassName
{
color: #0C90EA;
}
</style>
background-color css
<style>
a { background-color: #0C90EA; }
a { background-color: rgb(12,144,234); }
div.DivClassName
{
background-color: #0C90EA;
}
.BgClassName
{
background-color: #0C90EA;
}
</style>
border-color css
<style>
span { border-color: #0C90EA; }
span { border-color: rgb(12,144,234); }
td.TdClassName
{
border-color: #0C90EA;
}
.TagClassName
{
border-color: #0C90EA;
}
</style>