Shades of Dodger Blue #0C76F8
Tints of Dodger Blue #0C76F8
RGB
CMYK
RGB Variations
Color information
#0C76F8 (or 0x0C76F8) is known color: Dodger Blue. HEX triplet: 0C, 76 and F8. RGB value is (12,118,248). Sum of RGB (Red+Green+Blue) = 12+118+248=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 248 (97.27% from 255 or 65.61% from 378); Max value from RGB is 248 - color contains mainly: blue. Hex color #0C76F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C76F8 is #F38907. Grayscale: #646464. Windows color (decimal): -15960328 or 16283148. OLE color: 16283148.
HSL color Cylindrical-coordinate representation of color #0C76F8: hue angle of 213.05º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C76F8 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 12 | 118 | 248 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.03 |
| HSL | 213.05º | 0.94% | 0.51% | - |
| HSV(B) | 213.05º | 0.95% | 0.97% | - |
| XYZ | 23.57 | 19.81 | 91.39 | - |
| YUV | 101.13 | 210.88 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 248 | 0.95 | 0.52 | 0 | 0.03 | 213.05 | 0.94 | 0.51 |
| Hex | C | 76 | F8 | 5F | 34 | 0 | 3 | D5 | 5E | 33 |
| Octal | 14 | 166 | 370 | 137 | 64 | 0 | 3 | 325 | 136 | 63 |
| Binary | 1100 | 1110110 | 11111000 | 1011111 | 110100 | 0 | 11 | 11010101 | 1011110 | 110011 |
Color Harmonies of #0C76F8
Complementary color
Monochromatic Colors of #0C76F8
Black with #0C76F8
Text Example
Text Example
White with #0C76F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C76F8; }
p { color: rgb(12,118,248); }
H1.HeaderClassName
{
color: #0C76F8;
}
.AnyTagClassName
{
color: #0C76F8;
}
</style>
background-color css
<style>
a { background-color: #0C76F8; }
a { background-color: rgb(12,118,248); }
div.DivClassName
{
background-color: #0C76F8;
}
.BgClassName
{
background-color: #0C76F8;
}
</style>
border-color css
<style>
span { border-color: #0C76F8; }
span { border-color: rgb(12,118,248); }
td.TdClassName
{
border-color: #0C76F8;
}
.TagClassName
{
border-color: #0C76F8;
}
</style>