Shades of Dodger Blue #1065FD
Tints of Dodger Blue #1065FD
RGB
CMYK
RGB Variations
Color information
#1065FD (or 0x1065FD) is known color: Dodger Blue. HEX triplet: 10, 65 and FD. RGB value is (16,101,253). Sum of RGB (Red+Green+Blue) = 16+101+253=370 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.32% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #1065FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1065FD is #EF9A02. Grayscale: #5C5C5C. Windows color (decimal): -15702531 or 16606480. OLE color: 16606480.
HSL color Cylindrical-coordinate representation of color #1065FD: hue angle of 218.48º 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 #1065FD is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 101 | 253 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.01 |
| HSL | 218.48º | 0.98% | 0.53% | - |
| HSV(B) | 218.48º | 0.94% | 0.99% | - |
| XYZ | 22.6 | 16.51 | 94.92 | - |
| YUV | 92.91 | 218.34 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 253 | 0.94 | 0.60 | 0 | 0.01 | 218.48 | 0.98 | 0.53 |
| Hex | 10 | 65 | FD | 5E | 3C | 0 | 1 | DA | 62 | 35 |
| Octal | 20 | 145 | 375 | 136 | 74 | 0 | 1 | 332 | 142 | 65 |
| Binary | 10000 | 1100101 | 11111101 | 1011110 | 111100 | 0 | 1 | 11011010 | 1100010 | 110101 |
Color Harmonies of #1065FD
Complementary color
Monochromatic Colors of #1065FD
Black with #1065FD
Text Example
Text Example
White with #1065FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1065FD; }
p { color: rgb(16,101,253); }
H1.HeaderClassName
{
color: #1065FD;
}
.AnyTagClassName
{
color: #1065FD;
}
</style>
background-color css
<style>
a { background-color: #1065FD; }
a { background-color: rgb(16,101,253); }
div.DivClassName
{
background-color: #1065FD;
}
.BgClassName
{
background-color: #1065FD;
}
</style>
border-color css
<style>
span { border-color: #1065FD; }
span { border-color: rgb(16,101,253); }
td.TdClassName
{
border-color: #1065FD;
}
.TagClassName
{
border-color: #1065FD;
}
</style>