Shades of Dodger Blue #0C92EB
Tints of Dodger Blue #0C92EB
RGB
CMYK
RGB Variations
Color information
#0C92EB (or 0x0C92EB) is known color: Dodger Blue. HEX triplet: 0C, 92 and EB. RGB value is (12,146,235). Sum of RGB (Red+Green+Blue) = 12+146+235=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 235 (92.19% from 255 or 59.80% from 393); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C92EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C92EB is #F36D14. Grayscale: #737373. Windows color (decimal): -15953173 or 15438348. OLE color: 15438348.
HSL color Cylindrical-coordinate representation of color #0C92EB: hue angle of 203.95º 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 #0C92EB is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 146 | 235 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.08 |
| HSL | 203.95º | 0.9% | 0.48% | - |
| HSV(B) | 203.95º | 0.95% | 0.92% | - |
| XYZ | 25.43 | 26.63 | 82.4 | - |
| YUV | 116.08 | 195.11 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 235 | 0.95 | 0.38 | 0 | 0.08 | 203.95 | 0.9 | 0.48 |
| Hex | C | 92 | EB | 5F | 26 | 0 | 8 | CC | 5A | 30 |
| Octal | 14 | 222 | 353 | 137 | 46 | 0 | 10 | 314 | 132 | 60 |
| Binary | 1100 | 10010010 | 11101011 | 1011111 | 100110 | 0 | 1000 | 11001100 | 1011010 | 110000 |
Color Harmonies of #0C92EB
Complementary color
Monochromatic Colors of #0C92EB
Black with #0C92EB
Text Example
Text Example
White with #0C92EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C92EB; }
p { color: rgb(12,146,235); }
H1.HeaderClassName
{
color: #0C92EB;
}
.AnyTagClassName
{
color: #0C92EB;
}
</style>
background-color css
<style>
a { background-color: #0C92EB; }
a { background-color: rgb(12,146,235); }
div.DivClassName
{
background-color: #0C92EB;
}
.BgClassName
{
background-color: #0C92EB;
}
</style>
border-color css
<style>
span { border-color: #0C92EB; }
span { border-color: rgb(12,146,235); }
td.TdClassName
{
border-color: #0C92EB;
}
.TagClassName
{
border-color: #0C92EB;
}
</style>