Shades of Dodger Blue #0C92EA
Tints of Dodger Blue #0C92EA
RGB
CMYK
RGB Variations
Color information
#0C92EA (or 0x0C92EA) is known color: Dodger Blue. HEX triplet: 0C, 92 and EA. RGB value is (12,146,234). Sum of RGB (Red+Green+Blue) = 12+146+234=392 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.06% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C92EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C92EA is #F36D15. Grayscale: #737373. Windows color (decimal): -15953174 or 15372812. OLE color: 15372812.
HSL color Cylindrical-coordinate representation of color #0C92EA: hue angle of 203.78º 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 #0C92EA is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 146 | 234 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.08 |
| HSL | 203.78º | 0.9% | 0.48% | - |
| HSV(B) | 203.78º | 0.95% | 0.92% | - |
| XYZ | 25.28 | 26.58 | 81.64 | - |
| YUV | 115.97 | 194.61 | 53.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 146 | 234 | 0.95 | 0.38 | 0 | 0.08 | 203.78 | 0.9 | 0.48 |
| Hex | C | 92 | EA | 5F | 26 | 0 | 8 | CC | 5A | 30 |
| Octal | 14 | 222 | 352 | 137 | 46 | 0 | 10 | 314 | 132 | 60 |
| Binary | 1100 | 10010010 | 11101010 | 1011111 | 100110 | 0 | 1000 | 11001100 | 1011010 | 110000 |
Color Harmonies of #0C92EA
Complementary color
Monochromatic Colors of #0C92EA
Black with #0C92EA
Text Example
Text Example
White with #0C92EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C92EA; }
p { color: rgb(12,146,234); }
H1.HeaderClassName
{
color: #0C92EA;
}
.AnyTagClassName
{
color: #0C92EA;
}
</style>
background-color css
<style>
a { background-color: #0C92EA; }
a { background-color: rgb(12,146,234); }
div.DivClassName
{
background-color: #0C92EA;
}
.BgClassName
{
background-color: #0C92EA;
}
</style>
border-color css
<style>
span { border-color: #0C92EA; }
span { border-color: rgb(12,146,234); }
td.TdClassName
{
border-color: #0C92EA;
}
.TagClassName
{
border-color: #0C92EA;
}
</style>