Shades of Dodger Blue #0C7DFB
Tints of Dodger Blue #0C7DFB
RGB
CMYK
RGB Variations
Color information
#0C7DFB (or 0x0C7DFB) is known color: Dodger Blue. HEX triplet: 0C, 7D and FB. RGB value is (12,125,251). Sum of RGB (Red+Green+Blue) = 12+125+251=388 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.09% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C7DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C7DFB is #F38204. Grayscale: #686868. Windows color (decimal): -15958533 or 16481548. OLE color: 16481548.
HSL color Cylindrical-coordinate representation of color #0C7DFB: hue angle of 211.63º 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 #0C7DFB is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 125 | 251 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.02 |
| HSL | 211.63º | 0.97% | 0.52% | - |
| HSV(B) | 211.63º | 0.95% | 0.98% | - |
| XYZ | 24.9 | 21.71 | 94.15 | - |
| YUV | 105.58 | 210.06 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 125 | 251 | 0.95 | 0.50 | 0 | 0.02 | 211.63 | 0.97 | 0.52 |
| Hex | C | 7D | FB | 5F | 32 | 0 | 2 | D4 | 61 | 34 |
| Octal | 14 | 175 | 373 | 137 | 62 | 0 | 2 | 324 | 141 | 64 |
| Binary | 1100 | 1111101 | 11111011 | 1011111 | 110010 | 0 | 10 | 11010100 | 1100001 | 110100 |
Color Harmonies of #0C7DFB
Complementary color
Monochromatic Colors of #0C7DFB
Black with #0C7DFB
Text Example
Text Example
White with #0C7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7DFB; }
p { color: rgb(12,125,251); }
H1.HeaderClassName
{
color: #0C7DFB;
}
.AnyTagClassName
{
color: #0C7DFB;
}
</style>
background-color css
<style>
a { background-color: #0C7DFB; }
a { background-color: rgb(12,125,251); }
div.DivClassName
{
background-color: #0C7DFB;
}
.BgClassName
{
background-color: #0C7DFB;
}
</style>
border-color css
<style>
span { border-color: #0C7DFB; }
span { border-color: rgb(12,125,251); }
td.TdClassName
{
border-color: #0C7DFB;
}
.TagClassName
{
border-color: #0C7DFB;
}
</style>