Shades of Dodger Blue #046CFF
Tints of Dodger Blue #046CFF
RGB
CMYK
RGB Variations
Color information
#046CFF (or 0x046CFF) is known color: Dodger Blue. HEX triplet: 04, 6C and FF. RGB value is (4,108,255). Sum of RGB (Red+Green+Blue) = 4+108+255=367 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #046CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046CFF is #FB9300. Grayscale: #5C5C5C. Windows color (decimal): -16487169 or 16739332. OLE color: 16739332.
HSL color Cylindrical-coordinate representation of color #046CFF: hue angle of 215.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046CFF is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 108 | 255 | - |
| CMYK | 0.98 | 0.58 | 0 | 0 |
| HSL | 215.14º | 1% | 0.51% | - |
| HSV(B) | 215.14º | 0.98% | 1% | - |
| XYZ | 23.46 | 17.97 | 96.84 | - |
| YUV | 93.66 | 219.04 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 108 | 255 | 0.98 | 0.58 | 0 | 0 | 215.14 | 1 | 0.51 |
| Hex | 4 | 6C | FF | 62 | 3A | 0 | 0 | D7 | 64 | 33 |
| Octal | 4 | 154 | 377 | 142 | 72 | 0 | 0 | 327 | 144 | 63 |
| Binary | 100 | 1101100 | 11111111 | 1100010 | 111010 | 0 | 0 | 11010111 | 1100100 | 110011 |
Color Harmonies of #046CFF
Complementary color
Monochromatic Colors of #046CFF
Black with #046CFF
Text Example
Text Example
White with #046CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046CFF; }
p { color: rgb(4,108,255); }
H1.HeaderClassName
{
color: #046CFF;
}
.AnyTagClassName
{
color: #046CFF;
}
</style>
background-color css
<style>
a { background-color: #046CFF; }
a { background-color: rgb(4,108,255); }
div.DivClassName
{
background-color: #046CFF;
}
.BgClassName
{
background-color: #046CFF;
}
</style>
border-color css
<style>
span { border-color: #046CFF; }
span { border-color: rgb(4,108,255); }
td.TdClassName
{
border-color: #046CFF;
}
.TagClassName
{
border-color: #046CFF;
}
</style>