Shades of Dodger Blue #036CFE
Tints of Dodger Blue #036CFE
RGB
CMYK
RGB Variations
Color information
#036CFE (or 0x036CFE) is known color: Dodger Blue. HEX triplet: 03, 6C and FE. RGB value is (3,108,254). Sum of RGB (Red+Green+Blue) = 3+108+254=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 254 (99.61% from 255 or 69.59% from 365); Max value from RGB is 254 - color contains mainly: blue. Hex color #036CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #036CFE is #FC9301. Grayscale: #5C5C5C. Windows color (decimal): -16552706 or 16673795. OLE color: 16673795.
HSL color Cylindrical-coordinate representation of color #036CFE: hue angle of 214.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036CFE is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 108 | 254 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.00 |
| HSL | 214.9º | 0.99% | 0.5% | - |
| HSV(B) | 214.9º | 0.99% | 1% | - |
| XYZ | 23.29 | 17.9 | 95.99 | - |
| YUV | 93.25 | 218.71 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 108 | 254 | 0.99 | 0.57 | 0 | 0.00 | 214.9 | 0.99 | 0.5 |
| Hex | 3 | 6C | FE | 63 | 39 | 0 | 0 | D7 | 63 | 32 |
| Octal | 3 | 154 | 376 | 143 | 71 | 0 | 0 | 327 | 143 | 62 |
| Binary | 11 | 1101100 | 11111110 | 1100011 | 111001 | 0 | 0 | 11010111 | 1100011 | 110010 |
Color Harmonies of #036CFE
Complementary color
Monochromatic Colors of #036CFE
Black with #036CFE
Text Example
Text Example
White with #036CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036CFE; }
p { color: rgb(3,108,254); }
H1.HeaderClassName
{
color: #036CFE;
}
.AnyTagClassName
{
color: #036CFE;
}
</style>
background-color css
<style>
a { background-color: #036CFE; }
a { background-color: rgb(3,108,254); }
div.DivClassName
{
background-color: #036CFE;
}
.BgClassName
{
background-color: #036CFE;
}
</style>
border-color css
<style>
span { border-color: #036CFE; }
span { border-color: rgb(3,108,254); }
td.TdClassName
{
border-color: #036CFE;
}
.TagClassName
{
border-color: #036CFE;
}
</style>