Shades of Dodger Blue #0C6EFA
Tints of Dodger Blue #0C6EFA
RGB
CMYK
RGB Variations
Color information
#0C6EFA (or 0x0C6EFA) is known color: Dodger Blue. HEX triplet: 0C, 6E and FA. RGB value is (12,110,250). Sum of RGB (Red+Green+Blue) = 12+110+250=372 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C6EFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6EFA is #F39105. Grayscale: #5F5F5F. Windows color (decimal): -15962374 or 16412172. OLE color: 16412172.
HSL color Cylindrical-coordinate representation of color #0C6EFA: hue angle of 215.29º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C6EFA is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 110 | 250 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.02 |
| HSL | 215.29º | 0.96% | 0.51% | - |
| HSV(B) | 215.29º | 0.95% | 0.98% | - |
| XYZ | 22.98 | 18.13 | 92.73 | - |
| YUV | 96.66 | 214.53 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 110 | 250 | 0.95 | 0.56 | 0 | 0.02 | 215.29 | 0.96 | 0.51 |
| Hex | C | 6E | FA | 5F | 38 | 0 | 2 | D7 | 60 | 33 |
| Octal | 14 | 156 | 372 | 137 | 70 | 0 | 2 | 327 | 140 | 63 |
| Binary | 1100 | 1101110 | 11111010 | 1011111 | 111000 | 0 | 10 | 11010111 | 1100000 | 110011 |
Color Harmonies of #0C6EFA
Complementary color
Monochromatic Colors of #0C6EFA
Black with #0C6EFA
Text Example
Text Example
White with #0C6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6EFA; }
p { color: rgb(12,110,250); }
H1.HeaderClassName
{
color: #0C6EFA;
}
.AnyTagClassName
{
color: #0C6EFA;
}
</style>
background-color css
<style>
a { background-color: #0C6EFA; }
a { background-color: rgb(12,110,250); }
div.DivClassName
{
background-color: #0C6EFA;
}
.BgClassName
{
background-color: #0C6EFA;
}
</style>
border-color css
<style>
span { border-color: #0C6EFA; }
span { border-color: rgb(12,110,250); }
td.TdClassName
{
border-color: #0C6EFA;
}
.TagClassName
{
border-color: #0C6EFA;
}
</style>