Shades of Dodger Blue #036CFC
Tints of Dodger Blue #036CFC
RGB
CMYK
RGB Variations
Color information
#036CFC (or 0x036CFC) is known color: Dodger Blue. HEX triplet: 03, 6C and FC. RGB value is (3,108,252). Sum of RGB (Red+Green+Blue) = 3+108+252=363 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #036CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036CFC is #FC9303. Grayscale: #5C5C5C. Windows color (decimal): -16552708 or 16542723. OLE color: 16542723.
HSL color Cylindrical-coordinate representation of color #036CFC: hue angle of 214.7º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036CFC is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 108 | 252 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.01 |
| HSL | 214.7º | 0.98% | 0.5% | - |
| HSV(B) | 214.7º | 0.99% | 0.99% | - |
| XYZ | 22.97 | 17.77 | 94.32 | - |
| YUV | 93.02 | 217.71 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 252 | 0.99 | 0.57 | 0 | 0.01 | 214.7 | 0.98 | 0.5 |
| Hex | 3 | 6C | FC | 63 | 39 | 0 | 1 | D7 | 62 | 32 |
| Octal | 3 | 154 | 374 | 143 | 71 | 0 | 1 | 327 | 142 | 62 |
| Binary | 11 | 1101100 | 11111100 | 1100011 | 111001 | 0 | 1 | 11010111 | 1100010 | 110010 |
Color Harmonies of #036CFC
Complementary color
Monochromatic Colors of #036CFC
Black with #036CFC
Text Example
Text Example
White with #036CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036CFC; }
p { color: rgb(3,108,252); }
H1.HeaderClassName
{
color: #036CFC;
}
.AnyTagClassName
{
color: #036CFC;
}
</style>
background-color css
<style>
a { background-color: #036CFC; }
a { background-color: rgb(3,108,252); }
div.DivClassName
{
background-color: #036CFC;
}
.BgClassName
{
background-color: #036CFC;
}
</style>
border-color css
<style>
span { border-color: #036CFC; }
span { border-color: rgb(3,108,252); }
td.TdClassName
{
border-color: #036CFC;
}
.TagClassName
{
border-color: #036CFC;
}
</style>