Shades of Dodger Blue #0C68F8
Tints of Dodger Blue #0C68F8
RGB
CMYK
RGB Variations
Color information
#0C68F8 (or 0x0C68F8) is known color: Dodger Blue. HEX triplet: 0C, 68 and F8. RGB value is (12,104,248). Sum of RGB (Red+Green+Blue) = 12+104+248=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 248 (97.27% from 255 or 68.13% from 364); Max value from RGB is 248 - color contains mainly: blue. Hex color #0C68F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C68F8 is #F39707. Grayscale: #5C5C5C. Windows color (decimal): -15963912 or 16279564. OLE color: 16279564.
HSL color Cylindrical-coordinate representation of color #0C68F8: hue angle of 216.61º 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 #0C68F8 is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 12 | 104 | 248 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.03 |
| HSL | 216.61º | 0.94% | 0.51% | - |
| HSV(B) | 216.61º | 0.95% | 0.97% | - |
| XYZ | 22.05 | 16.76 | 90.88 | - |
| YUV | 92.91 | 215.52 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 248 | 0.95 | 0.58 | 0 | 0.03 | 216.61 | 0.94 | 0.51 |
| Hex | C | 68 | F8 | 5F | 3A | 0 | 3 | D9 | 5E | 33 |
| Octal | 14 | 150 | 370 | 137 | 72 | 0 | 3 | 331 | 136 | 63 |
| Binary | 1100 | 1101000 | 11111000 | 1011111 | 111010 | 0 | 11 | 11011001 | 1011110 | 110011 |
Color Harmonies of #0C68F8
Complementary color
Monochromatic Colors of #0C68F8
Black with #0C68F8
Text Example
Text Example
White with #0C68F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C68F8; }
p { color: rgb(12,104,248); }
H1.HeaderClassName
{
color: #0C68F8;
}
.AnyTagClassName
{
color: #0C68F8;
}
</style>
background-color css
<style>
a { background-color: #0C68F8; }
a { background-color: rgb(12,104,248); }
div.DivClassName
{
background-color: #0C68F8;
}
.BgClassName
{
background-color: #0C68F8;
}
</style>
border-color css
<style>
span { border-color: #0C68F8; }
span { border-color: rgb(12,104,248); }
td.TdClassName
{
border-color: #0C68F8;
}
.TagClassName
{
border-color: #0C68F8;
}
</style>