Shades of Dodger Blue #0466FF
Tints of Dodger Blue #0466FF
RGB
CMYK
RGB Variations
Color information
#0466FF (or 0x0466FF) is known color: Dodger Blue. HEX triplet: 04, 66 and FF. RGB value is (4,102,255). Sum of RGB (Red+Green+Blue) = 4+102+255=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #0466FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0466FF is #FB9900. Grayscale: #595959. Windows color (decimal): -16488705 or 16737796. OLE color: 16737796.
HSL color Cylindrical-coordinate representation of color #0466FF: hue angle of 216.57º 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 #0466FF is Cyan = 0.98, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 102 | 255 | - |
| CMYK | 0.98 | 0.6 | 0 | 0 |
| HSL | 216.57º | 1% | 0.51% | - |
| HSV(B) | 216.57º | 0.98% | 1% | - |
| XYZ | 22.85 | 16.75 | 96.64 | - |
| YUV | 90.14 | 221.03 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 102 | 255 | 0.98 | 0.6 | 0 | 0 | 216.57 | 1 | 0.51 |
| Hex | 4 | 66 | FF | 62 | 3C | 0 | 0 | D9 | 64 | 33 |
| Octal | 4 | 146 | 377 | 142 | 74 | 0 | 0 | 331 | 144 | 63 |
| Binary | 100 | 1100110 | 11111111 | 1100010 | 111100 | 0 | 0 | 11011001 | 1100100 | 110011 |
Color Harmonies of #0466FF
Complementary color
Monochromatic Colors of #0466FF
Black with #0466FF
Text Example
Text Example
White with #0466FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0466FF; }
p { color: rgb(4,102,255); }
H1.HeaderClassName
{
color: #0466FF;
}
.AnyTagClassName
{
color: #0466FF;
}
</style>
background-color css
<style>
a { background-color: #0466FF; }
a { background-color: rgb(4,102,255); }
div.DivClassName
{
background-color: #0466FF;
}
.BgClassName
{
background-color: #0466FF;
}
</style>
border-color css
<style>
span { border-color: #0466FF; }
span { border-color: rgb(4,102,255); }
td.TdClassName
{
border-color: #0466FF;
}
.TagClassName
{
border-color: #0466FF;
}
</style>