Shades of Dodger Blue #1064FC
Tints of Dodger Blue #1064FC
RGB
CMYK
RGB Variations
Color information
#1064FC (or 0x1064FC) is known color: Dodger Blue. HEX triplet: 10, 64 and FC. RGB value is (16,100,252). Sum of RGB (Red+Green+Blue) = 16+100+252=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #1064FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1064FC is #EF9B03. Grayscale: #5B5B5B. Windows color (decimal): -15702788 or 16540688. OLE color: 16540688.
HSL color Cylindrical-coordinate representation of color #1064FC: hue angle of 218.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1064FC is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 100 | 252 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.01 |
| HSL | 218.64º | 0.98% | 0.53% | - |
| HSV(B) | 218.64º | 0.94% | 0.99% | - |
| XYZ | 22.34 | 16.25 | 94.06 | - |
| YUV | 92.21 | 218.17 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 252 | 0.94 | 0.60 | 0 | 0.01 | 218.64 | 0.98 | 0.53 |
| Hex | 10 | 64 | FC | 5E | 3C | 0 | 1 | DB | 62 | 35 |
| Octal | 20 | 144 | 374 | 136 | 74 | 0 | 1 | 333 | 142 | 65 |
| Binary | 10000 | 1100100 | 11111100 | 1011110 | 111100 | 0 | 1 | 11011011 | 1100010 | 110101 |
Color Harmonies of #1064FC
Complementary color
Monochromatic Colors of #1064FC
Black with #1064FC
Text Example
Text Example
White with #1064FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1064FC; }
p { color: rgb(16,100,252); }
H1.HeaderClassName
{
color: #1064FC;
}
.AnyTagClassName
{
color: #1064FC;
}
</style>
background-color css
<style>
a { background-color: #1064FC; }
a { background-color: rgb(16,100,252); }
div.DivClassName
{
background-color: #1064FC;
}
.BgClassName
{
background-color: #1064FC;
}
</style>
border-color css
<style>
span { border-color: #1064FC; }
span { border-color: rgb(16,100,252); }
td.TdClassName
{
border-color: #1064FC;
}
.TagClassName
{
border-color: #1064FC;
}
</style>