Shades of Dodger Blue #0C7FF8
Tints of Dodger Blue #0C7FF8
RGB
CMYK
RGB Variations
Color information
#0C7FF8 (or 0x0C7FF8) is known color: Dodger Blue. HEX triplet: 0C, 7F and F8. RGB value is (12,127,248). Sum of RGB (Red+Green+Blue) = 12+127+248=387 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.10% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 248 (97.27% from 255 or 64.08% from 387); Max value from RGB is 248 - color contains mainly: blue. Hex color #0C7FF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C7FF8 is #F38007. Grayscale: #696969. Windows color (decimal): -15958024 or 16285452. OLE color: 16285452.
HSL color Cylindrical-coordinate representation of color #0C7FF8: hue angle of 210.76º 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 #0C7FF8 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 12 | 127 | 248 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.03 |
| HSL | 210.76º | 0.94% | 0.51% | - |
| HSV(B) | 210.76º | 0.95% | 0.97% | - |
| XYZ | 24.68 | 22.03 | 91.76 | - |
| YUV | 106.41 | 207.9 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 127 | 248 | 0.95 | 0.49 | 0 | 0.03 | 210.76 | 0.94 | 0.51 |
| Hex | C | 7F | F8 | 5F | 31 | 0 | 3 | D3 | 5E | 33 |
| Octal | 14 | 177 | 370 | 137 | 61 | 0 | 3 | 323 | 136 | 63 |
| Binary | 1100 | 1111111 | 11111000 | 1011111 | 110001 | 0 | 11 | 11010011 | 1011110 | 110011 |
Color Harmonies of #0C7FF8
Complementary color
Monochromatic Colors of #0C7FF8
Black with #0C7FF8
Text Example
Text Example
White with #0C7FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7FF8; }
p { color: rgb(12,127,248); }
H1.HeaderClassName
{
color: #0C7FF8;
}
.AnyTagClassName
{
color: #0C7FF8;
}
</style>
background-color css
<style>
a { background-color: #0C7FF8; }
a { background-color: rgb(12,127,248); }
div.DivClassName
{
background-color: #0C7FF8;
}
.BgClassName
{
background-color: #0C7FF8;
}
</style>
border-color css
<style>
span { border-color: #0C7FF8; }
span { border-color: rgb(12,127,248); }
td.TdClassName
{
border-color: #0C7FF8;
}
.TagClassName
{
border-color: #0C7FF8;
}
</style>