Shades of Dodger Blue #0C7AEF
Tints of Dodger Blue #0C7AEF
RGB
CMYK
RGB Variations
Color information
#0C7AEF (or 0x0C7AEF) is known color: Dodger Blue. HEX triplet: 0C, 7A and EF. RGB value is (12,122,239). Sum of RGB (Red+Green+Blue) = 12+122+239=373 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.22% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #0C7AEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C7AEF is #F38510. Grayscale: #656565. Windows color (decimal): -15959313 or 15694348. OLE color: 15694348.
HSL color Cylindrical-coordinate representation of color #0C7AEF: hue angle of 210.93º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C7AEF is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 122 | 239 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.06 |
| HSL | 210.93º | 0.9% | 0.49% | - |
| HSV(B) | 210.93º | 0.95% | 0.94% | - |
| XYZ | 22.69 | 20.23 | 84.37 | - |
| YUV | 102.45 | 205.06 | 63.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 122 | 239 | 0.95 | 0.49 | 0 | 0.06 | 210.93 | 0.9 | 0.49 |
| Hex | C | 7A | EF | 5F | 31 | 0 | 6 | D3 | 5A | 31 |
| Octal | 14 | 172 | 357 | 137 | 61 | 0 | 6 | 323 | 132 | 61 |
| Binary | 1100 | 1111010 | 11101111 | 1011111 | 110001 | 0 | 110 | 11010011 | 1011010 | 110001 |
Color Harmonies of #0C7AEF
Complementary color
Monochromatic Colors of #0C7AEF
Black with #0C7AEF
Text Example
Text Example
White with #0C7AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7AEF; }
p { color: rgb(12,122,239); }
H1.HeaderClassName
{
color: #0C7AEF;
}
.AnyTagClassName
{
color: #0C7AEF;
}
</style>
background-color css
<style>
a { background-color: #0C7AEF; }
a { background-color: rgb(12,122,239); }
div.DivClassName
{
background-color: #0C7AEF;
}
.BgClassName
{
background-color: #0C7AEF;
}
</style>
border-color css
<style>
span { border-color: #0C7AEF; }
span { border-color: rgb(12,122,239); }
td.TdClassName
{
border-color: #0C7AEF;
}
.TagClassName
{
border-color: #0C7AEF;
}
</style>