Shades of Dodger Blue #0C6BFE
Tints of Dodger Blue #0C6BFE
RGB
CMYK
RGB Variations
Color information
#0C6BFE (or 0x0C6BFE) is known color: Dodger Blue. HEX triplet: 0C, 6B and FE. RGB value is (12,107,254). Sum of RGB (Red+Green+Blue) = 12+107+254=373 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.22% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C6BFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C6BFE is #F39401. Grayscale: #5E5E5E. Windows color (decimal): -15963138 or 16673548. OLE color: 16673548.
HSL color Cylindrical-coordinate representation of color #0C6BFE: hue angle of 216.45º 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 #0C6BFE is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 107 | 254 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.00 |
| HSL | 216.45º | 0.99% | 0.52% | - |
| HSV(B) | 216.45º | 0.95% | 1% | - |
| XYZ | 23.3 | 17.75 | 95.96 | - |
| YUV | 95.35 | 217.53 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 107 | 254 | 0.95 | 0.58 | 0 | 0.00 | 216.45 | 0.99 | 0.52 |
| Hex | C | 6B | FE | 5F | 3A | 0 | 0 | D8 | 63 | 34 |
| Octal | 14 | 153 | 376 | 137 | 72 | 0 | 0 | 330 | 143 | 64 |
| Binary | 1100 | 1101011 | 11111110 | 1011111 | 111010 | 0 | 0 | 11011000 | 1100011 | 110100 |
Color Harmonies of #0C6BFE
Complementary color
Monochromatic Colors of #0C6BFE
Black with #0C6BFE
Text Example
Text Example
White with #0C6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6BFE; }
p { color: rgb(12,107,254); }
H1.HeaderClassName
{
color: #0C6BFE;
}
.AnyTagClassName
{
color: #0C6BFE;
}
</style>
background-color css
<style>
a { background-color: #0C6BFE; }
a { background-color: rgb(12,107,254); }
div.DivClassName
{
background-color: #0C6BFE;
}
.BgClassName
{
background-color: #0C6BFE;
}
</style>
border-color css
<style>
span { border-color: #0C6BFE; }
span { border-color: rgb(12,107,254); }
td.TdClassName
{
border-color: #0C6BFE;
}
.TagClassName
{
border-color: #0C6BFE;
}
</style>