Shades of Dodger Blue #046FFC
Tints of Dodger Blue #046FFC
RGB
CMYK
RGB Variations
Color information
#046FFC (or 0x046FFC) is known color: Dodger Blue. HEX triplet: 04, 6F and FC. RGB value is (4,111,252). Sum of RGB (Red+Green+Blue) = 4+111+252=367 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #046FFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #046FFC is #FB9003. Grayscale: #5E5E5E. Windows color (decimal): -16486404 or 16543492. OLE color: 16543492.
HSL color Cylindrical-coordinate representation of color #046FFC: hue angle of 214.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #046FFC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 111 | 252 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.01 |
| HSL | 214.11º | 0.98% | 0.5% | - |
| HSV(B) | 214.11º | 0.98% | 0.99% | - |
| XYZ | 23.31 | 18.42 | 94.42 | - |
| YUV | 95.08 | 216.55 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 252 | 0.98 | 0.56 | 0 | 0.01 | 214.11 | 0.98 | 0.5 |
| Hex | 4 | 6F | FC | 62 | 38 | 0 | 1 | D6 | 62 | 32 |
| Octal | 4 | 157 | 374 | 142 | 70 | 0 | 1 | 326 | 142 | 62 |
| Binary | 100 | 1101111 | 11111100 | 1100010 | 111000 | 0 | 1 | 11010110 | 1100010 | 110010 |
Color Harmonies of #046FFC
Complementary color
Monochromatic Colors of #046FFC
Black with #046FFC
Text Example
Text Example
White with #046FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046FFC; }
p { color: rgb(4,111,252); }
H1.HeaderClassName
{
color: #046FFC;
}
.AnyTagClassName
{
color: #046FFC;
}
</style>
background-color css
<style>
a { background-color: #046FFC; }
a { background-color: rgb(4,111,252); }
div.DivClassName
{
background-color: #046FFC;
}
.BgClassName
{
background-color: #046FFC;
}
</style>
border-color css
<style>
span { border-color: #046FFC; }
span { border-color: rgb(4,111,252); }
td.TdClassName
{
border-color: #046FFC;
}
.TagClassName
{
border-color: #046FFC;
}
</style>