Shades of Dodger Blue #0C7EFB
Tints of Dodger Blue #0C7EFB
RGB
CMYK
RGB Variations
Color information
#0C7EFB (or 0x0C7EFB) is known color: Dodger Blue. HEX triplet: 0C, 7E and FB. RGB value is (12,126,251). Sum of RGB (Red+Green+Blue) = 12+126+251=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C7EFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C7EFB is #F38104. Grayscale: #696969. Windows color (decimal): -15958277 or 16481804. OLE color: 16481804.
HSL color Cylindrical-coordinate representation of color #0C7EFB: hue angle of 211.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 #0C7EFB is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 126 | 251 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.02 |
| HSL | 211.38º | 0.97% | 0.52% | - |
| HSV(B) | 211.38º | 0.95% | 0.98% | - |
| XYZ | 25.03 | 21.96 | 94.19 | - |
| YUV | 106.16 | 209.73 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 126 | 251 | 0.95 | 0.50 | 0 | 0.02 | 211.38 | 0.97 | 0.52 |
| Hex | C | 7E | FB | 5F | 32 | 0 | 2 | D3 | 61 | 34 |
| Octal | 14 | 176 | 373 | 137 | 62 | 0 | 2 | 323 | 141 | 64 |
| Binary | 1100 | 1111110 | 11111011 | 1011111 | 110010 | 0 | 10 | 11010011 | 1100001 | 110100 |
Color Harmonies of #0C7EFB
Complementary color
Monochromatic Colors of #0C7EFB
Black with #0C7EFB
Text Example
Text Example
White with #0C7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7EFB; }
p { color: rgb(12,126,251); }
H1.HeaderClassName
{
color: #0C7EFB;
}
.AnyTagClassName
{
color: #0C7EFB;
}
</style>
background-color css
<style>
a { background-color: #0C7EFB; }
a { background-color: rgb(12,126,251); }
div.DivClassName
{
background-color: #0C7EFB;
}
.BgClassName
{
background-color: #0C7EFB;
}
</style>
border-color css
<style>
span { border-color: #0C7EFB; }
span { border-color: rgb(12,126,251); }
td.TdClassName
{
border-color: #0C7EFB;
}
.TagClassName
{
border-color: #0C7EFB;
}
</style>