Shades of Dodger Blue #006CFC
Tints of Dodger Blue #006CFC
RGB
CMYK
RGB Variations
Color information
#006CFC (or 0x006CFC) is known color: Dodger Blue. HEX triplet: 00, 6C and FC. RGB value is (0,108,252). Sum of RGB (Red+Green+Blue) = 0+108+252=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 252 (98.83% from 255 or 70% from 360); Max value from RGB is 252 - color contains mainly: blue. Hex color #006CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #006CFC is #FF9303. Grayscale: #5B5B5B. Windows color (decimal): -16749316 or 16542720. OLE color: 16542720.
HSL color Cylindrical-coordinate representation of color #006CFC: hue angle of 214.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CFC is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 108 | 252 | - |
| CMYK | 1 | 0.57 | 0 | 0.01 |
| HSL | 214.29º | 1% | 0.49% | - |
| HSV(B) | 214.29º | 1% | 0.99% | - |
| XYZ | 22.93 | 17.75 | 94.31 | - |
| YUV | 92.12 | 218.22 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 252 | 1 | 0.57 | 0 | 0.01 | 214.29 | 1 | 0.49 |
| Hex | 0 | 6C | FC | 64 | 39 | 0 | 1 | D6 | 64 | 31 |
| Octal | 0 | 154 | 374 | 144 | 71 | 0 | 1 | 326 | 144 | 61 |
| Binary | 0 | 1101100 | 11111100 | 1100100 | 111001 | 0 | 1 | 11010110 | 1100100 | 110001 |
Color Harmonies of #006CFC
Complementary color
Monochromatic Colors of #006CFC
Black with #006CFC
Text Example
Text Example
White with #006CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006CFC; }
p { color: rgb(0,108,252); }
H1.HeaderClassName
{
color: #006CFC;
}
.AnyTagClassName
{
color: #006CFC;
}
</style>
background-color css
<style>
a { background-color: #006CFC; }
a { background-color: rgb(0,108,252); }
div.DivClassName
{
background-color: #006CFC;
}
.BgClassName
{
background-color: #006CFC;
}
</style>
border-color css
<style>
span { border-color: #006CFC; }
span { border-color: rgb(0,108,252); }
td.TdClassName
{
border-color: #006CFC;
}
.TagClassName
{
border-color: #006CFC;
}
</style>