Shades of Dodger Blue #1064F8
Tints of Dodger Blue #1064F8
RGB
CMYK
RGB Variations
Color information
#1064F8 (or 0x1064F8) is known color: Dodger Blue. HEX triplet: 10, 64 and F8. RGB value is (16,100,248). Sum of RGB (Red+Green+Blue) = 16+100+248=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 248 (97.27% from 255 or 68.13% from 364); Max value from RGB is 248 - color contains mainly: blue. Hex color #1064F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1064F8 is #EF9B07. Grayscale: #5B5B5B. Windows color (decimal): -15702792 or 16278544. OLE color: 16278544.
HSL color Cylindrical-coordinate representation of color #1064F8: hue angle of 218.28º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1064F8 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 100 | 248 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.03 |
| HSL | 218.28º | 0.94% | 0.52% | - |
| HSV(B) | 218.28º | 0.94% | 0.97% | - |
| XYZ | 21.71 | 16 | 90.75 | - |
| YUV | 91.76 | 216.17 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 248 | 0.94 | 0.60 | 0 | 0.03 | 218.28 | 0.94 | 0.52 |
| Hex | 10 | 64 | F8 | 5E | 3C | 0 | 3 | DA | 5E | 34 |
| Octal | 20 | 144 | 370 | 136 | 74 | 0 | 3 | 332 | 136 | 64 |
| Binary | 10000 | 1100100 | 11111000 | 1011110 | 111100 | 0 | 11 | 11011010 | 1011110 | 110100 |
Color Harmonies of #1064F8
Complementary color
Monochromatic Colors of #1064F8
Black with #1064F8
Text Example
Text Example
White with #1064F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1064F8; }
p { color: rgb(16,100,248); }
H1.HeaderClassName
{
color: #1064F8;
}
.AnyTagClassName
{
color: #1064F8;
}
</style>
background-color css
<style>
a { background-color: #1064F8; }
a { background-color: rgb(16,100,248); }
div.DivClassName
{
background-color: #1064F8;
}
.BgClassName
{
background-color: #1064F8;
}
</style>
border-color css
<style>
span { border-color: #1064F8; }
span { border-color: rgb(16,100,248); }
td.TdClassName
{
border-color: #1064F8;
}
.TagClassName
{
border-color: #1064F8;
}
</style>