Shades of Dodger Blue #0C68FE
Tints of Dodger Blue #0C68FE
RGB
CMYK
RGB Variations
Color information
#0C68FE (or 0x0C68FE) is known color: Dodger Blue. HEX triplet: 0C, 68 and FE. RGB value is (12,104,254). Sum of RGB (Red+Green+Blue) = 12+104+254=370 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.24% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C68FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C68FE is #F39701. Grayscale: #5C5C5C. Windows color (decimal): -15963906 or 16672780. OLE color: 16672780.
HSL color Cylindrical-coordinate representation of color #0C68FE: hue angle of 217.19º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C68FE is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 104 | 254 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.00 |
| HSL | 217.19º | 0.99% | 0.52% | - |
| HSV(B) | 217.19º | 0.95% | 1% | - |
| XYZ | 22.99 | 17.13 | 95.86 | - |
| YUV | 93.59 | 218.52 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 254 | 0.95 | 0.59 | 0 | 0.00 | 217.19 | 0.99 | 0.52 |
| Hex | C | 68 | FE | 5F | 3B | 0 | 0 | D9 | 63 | 34 |
| Octal | 14 | 150 | 376 | 137 | 73 | 0 | 0 | 331 | 143 | 64 |
| Binary | 1100 | 1101000 | 11111110 | 1011111 | 111011 | 0 | 0 | 11011001 | 1100011 | 110100 |
Color Harmonies of #0C68FE
Complementary color
Monochromatic Colors of #0C68FE
Black with #0C68FE
Text Example
Text Example
White with #0C68FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C68FE; }
p { color: rgb(12,104,254); }
H1.HeaderClassName
{
color: #0C68FE;
}
.AnyTagClassName
{
color: #0C68FE;
}
</style>
background-color css
<style>
a { background-color: #0C68FE; }
a { background-color: rgb(12,104,254); }
div.DivClassName
{
background-color: #0C68FE;
}
.BgClassName
{
background-color: #0C68FE;
}
</style>
border-color css
<style>
span { border-color: #0C68FE; }
span { border-color: rgb(12,104,254); }
td.TdClassName
{
border-color: #0C68FE;
}
.TagClassName
{
border-color: #0C68FE;
}
</style>