Shades of Dodger Blue #036CFD
Tints of Dodger Blue #036CFD
RGB
CMYK
RGB Variations
Color information
#036CFD (or 0x036CFD) is known color: Dodger Blue. HEX triplet: 03, 6C and FD. RGB value is (3,108,253). Sum of RGB (Red+Green+Blue) = 3+108+253=364 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 253 (99.22% from 255 or 69.51% from 364); Max value from RGB is 253 - color contains mainly: blue. Hex color #036CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036CFD is #FC9302. Grayscale: #5C5C5C. Windows color (decimal): -16552707 or 16608259. OLE color: 16608259.
HSL color Cylindrical-coordinate representation of color #036CFD: hue angle of 214.8º 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 #036CFD is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 108 | 253 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.01 |
| HSL | 214.8º | 0.98% | 0.5% | - |
| HSV(B) | 214.8º | 0.99% | 0.99% | - |
| XYZ | 23.13 | 17.84 | 95.15 | - |
| YUV | 93.14 | 218.21 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 253 | 0.99 | 0.57 | 0 | 0.01 | 214.8 | 0.98 | 0.5 |
| Hex | 3 | 6C | FD | 63 | 39 | 0 | 1 | D7 | 62 | 32 |
| Octal | 3 | 154 | 375 | 143 | 71 | 0 | 1 | 327 | 142 | 62 |
| Binary | 11 | 1101100 | 11111101 | 1100011 | 111001 | 0 | 1 | 11010111 | 1100010 | 110010 |
Color Harmonies of #036CFD
Complementary color
Monochromatic Colors of #036CFD
Black with #036CFD
Text Example
Text Example
White with #036CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036CFD; }
p { color: rgb(3,108,253); }
H1.HeaderClassName
{
color: #036CFD;
}
.AnyTagClassName
{
color: #036CFD;
}
</style>
background-color css
<style>
a { background-color: #036CFD; }
a { background-color: rgb(3,108,253); }
div.DivClassName
{
background-color: #036CFD;
}
.BgClassName
{
background-color: #036CFD;
}
</style>
border-color css
<style>
span { border-color: #036CFD; }
span { border-color: rgb(3,108,253); }
td.TdClassName
{
border-color: #036CFD;
}
.TagClassName
{
border-color: #036CFD;
}
</style>