Shades of Dodger Blue #0C7AFB
Tints of Dodger Blue #0C7AFB
RGB
CMYK
RGB Variations
Color information
#0C7AFB (or 0x0C7AFB) is known color: Dodger Blue. HEX triplet: 0C, 7A and FB. RGB value is (12,122,251). Sum of RGB (Red+Green+Blue) = 12+122+251=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C7AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C7AFB is #F38504. Grayscale: #676767. Windows color (decimal): -15959301 or 16480780. OLE color: 16480780.
HSL color Cylindrical-coordinate representation of color #0C7AFB: hue angle of 212.38º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C7AFB is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 122 | 251 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.02 |
| HSL | 212.38º | 0.97% | 0.52% | - |
| HSV(B) | 212.38º | 0.95% | 0.98% | - |
| XYZ | 24.52 | 20.96 | 94.02 | - |
| YUV | 103.82 | 211.06 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 122 | 251 | 0.95 | 0.51 | 0 | 0.02 | 212.38 | 0.97 | 0.52 |
| Hex | C | 7A | FB | 5F | 33 | 0 | 2 | D4 | 61 | 34 |
| Octal | 14 | 172 | 373 | 137 | 63 | 0 | 2 | 324 | 141 | 64 |
| Binary | 1100 | 1111010 | 11111011 | 1011111 | 110011 | 0 | 10 | 11010100 | 1100001 | 110100 |
Color Harmonies of #0C7AFB
Complementary color
Monochromatic Colors of #0C7AFB
Black with #0C7AFB
Text Example
Text Example
White with #0C7AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7AFB; }
p { color: rgb(12,122,251); }
H1.HeaderClassName
{
color: #0C7AFB;
}
.AnyTagClassName
{
color: #0C7AFB;
}
</style>
background-color css
<style>
a { background-color: #0C7AFB; }
a { background-color: rgb(12,122,251); }
div.DivClassName
{
background-color: #0C7AFB;
}
.BgClassName
{
background-color: #0C7AFB;
}
</style>
border-color css
<style>
span { border-color: #0C7AFB; }
span { border-color: rgb(12,122,251); }
td.TdClassName
{
border-color: #0C7AFB;
}
.TagClassName
{
border-color: #0C7AFB;
}
</style>