Shades of Dodger Blue #0C6BFD
Tints of Dodger Blue #0C6BFD
RGB
CMYK
RGB Variations
Color information
#0C6BFD (or 0x0C6BFD) is known color: Dodger Blue. HEX triplet: 0C, 6B and FD. RGB value is (12,107,253). Sum of RGB (Red+Green+Blue) = 12+107+253=372 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #0C6BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6BFD is #F39402. Grayscale: #5E5E5E. Windows color (decimal): -15963139 or 16608012. OLE color: 16608012.
HSL color Cylindrical-coordinate representation of color #0C6BFD: hue angle of 216.35º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C6BFD is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 107 | 253 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.01 |
| HSL | 216.35º | 0.98% | 0.52% | - |
| HSV(B) | 216.35º | 0.95% | 0.99% | - |
| XYZ | 23.14 | 17.69 | 95.12 | - |
| YUV | 95.24 | 217.03 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 107 | 253 | 0.95 | 0.58 | 0 | 0.01 | 216.35 | 0.98 | 0.52 |
| Hex | C | 6B | FD | 5F | 3A | 0 | 1 | D8 | 62 | 34 |
| Octal | 14 | 153 | 375 | 137 | 72 | 0 | 1 | 330 | 142 | 64 |
| Binary | 1100 | 1101011 | 11111101 | 1011111 | 111010 | 0 | 1 | 11011000 | 1100010 | 110100 |
Color Harmonies of #0C6BFD
Complementary color
Monochromatic Colors of #0C6BFD
Black with #0C6BFD
Text Example
Text Example
White with #0C6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6BFD; }
p { color: rgb(12,107,253); }
H1.HeaderClassName
{
color: #0C6BFD;
}
.AnyTagClassName
{
color: #0C6BFD;
}
</style>
background-color css
<style>
a { background-color: #0C6BFD; }
a { background-color: rgb(12,107,253); }
div.DivClassName
{
background-color: #0C6BFD;
}
.BgClassName
{
background-color: #0C6BFD;
}
</style>
border-color css
<style>
span { border-color: #0C6BFD; }
span { border-color: rgb(12,107,253); }
td.TdClassName
{
border-color: #0C6BFD;
}
.TagClassName
{
border-color: #0C6BFD;
}
</style>