Shades of Dodger Blue #0C90EB
Tints of Dodger Blue #0C90EB
RGB
CMYK
RGB Variations
Color information
#0C90EB (or 0x0C90EB) is known color: Dodger Blue. HEX triplet: 0C, 90 and EB. RGB value is (12,144,235). Sum of RGB (Red+Green+Blue) = 12+144+235=391 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.07% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C90EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C90EB is #F36F14. Grayscale: #727272. Windows color (decimal): -15953685 or 15437836. OLE color: 15437836.
HSL color Cylindrical-coordinate representation of color #0C90EB: hue angle of 204.48º 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 #0C90EB is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 144 | 235 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.08 |
| HSL | 204.48º | 0.9% | 0.48% | - |
| HSV(B) | 204.48º | 0.95% | 0.92% | - |
| XYZ | 25.12 | 26.02 | 82.3 | - |
| YUV | 114.91 | 195.77 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 144 | 235 | 0.95 | 0.39 | 0 | 0.08 | 204.48 | 0.9 | 0.48 |
| Hex | C | 90 | EB | 5F | 27 | 0 | 8 | CC | 5A | 30 |
| Octal | 14 | 220 | 353 | 137 | 47 | 0 | 10 | 314 | 132 | 60 |
| Binary | 1100 | 10010000 | 11101011 | 1011111 | 100111 | 0 | 1000 | 11001100 | 1011010 | 110000 |
Color Harmonies of #0C90EB
Complementary color
Monochromatic Colors of #0C90EB
Black with #0C90EB
Text Example
Text Example
White with #0C90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C90EB; }
p { color: rgb(12,144,235); }
H1.HeaderClassName
{
color: #0C90EB;
}
.AnyTagClassName
{
color: #0C90EB;
}
</style>
background-color css
<style>
a { background-color: #0C90EB; }
a { background-color: rgb(12,144,235); }
div.DivClassName
{
background-color: #0C90EB;
}
.BgClassName
{
background-color: #0C90EB;
}
</style>
border-color css
<style>
span { border-color: #0C90EB; }
span { border-color: rgb(12,144,235); }
td.TdClassName
{
border-color: #0C90EB;
}
.TagClassName
{
border-color: #0C90EB;
}
</style>