Shades of Dodger Blue #0C6CFB
Tints of Dodger Blue #0C6CFB
RGB
CMYK
RGB Variations
Color information
#0C6CFB (or 0x0C6CFB) is known color: Dodger Blue. HEX triplet: 0C, 6C and FB. RGB value is (12,108,251). Sum of RGB (Red+Green+Blue) = 12+108+251=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #0C6CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6CFB is #F39304. Grayscale: #5E5E5E. Windows color (decimal): -15962885 or 16477196. OLE color: 16477196.
HSL color Cylindrical-coordinate representation of color #0C6CFB: hue angle of 215.9º 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 #0C6CFB is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 108 | 251 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.02 |
| HSL | 215.9º | 0.97% | 0.52% | - |
| HSV(B) | 215.9º | 0.95% | 0.98% | - |
| XYZ | 22.93 | 17.77 | 93.49 | - |
| YUV | 95.6 | 215.7 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 108 | 251 | 0.95 | 0.57 | 0 | 0.02 | 215.9 | 0.97 | 0.52 |
| Hex | C | 6C | FB | 5F | 39 | 0 | 2 | D8 | 61 | 34 |
| Octal | 14 | 154 | 373 | 137 | 71 | 0 | 2 | 330 | 141 | 64 |
| Binary | 1100 | 1101100 | 11111011 | 1011111 | 111001 | 0 | 10 | 11011000 | 1100001 | 110100 |
Color Harmonies of #0C6CFB
Complementary color
Monochromatic Colors of #0C6CFB
Black with #0C6CFB
Text Example
Text Example
White with #0C6CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6CFB; }
p { color: rgb(12,108,251); }
H1.HeaderClassName
{
color: #0C6CFB;
}
.AnyTagClassName
{
color: #0C6CFB;
}
</style>
background-color css
<style>
a { background-color: #0C6CFB; }
a { background-color: rgb(12,108,251); }
div.DivClassName
{
background-color: #0C6CFB;
}
.BgClassName
{
background-color: #0C6CFB;
}
</style>
border-color css
<style>
span { border-color: #0C6CFB; }
span { border-color: rgb(12,108,251); }
td.TdClassName
{
border-color: #0C6CFB;
}
.TagClassName
{
border-color: #0C6CFB;
}
</style>