Shades of Dodger Blue #1065FE
Tints of Dodger Blue #1065FE
RGB
CMYK
RGB Variations
Color information
#1065FE (or 0x1065FE) is known color: Dodger Blue. HEX triplet: 10, 65 and FE. RGB value is (16,101,254). Sum of RGB (Red+Green+Blue) = 16+101+254=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #1065FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1065FE is #EF9A01. Grayscale: #5C5C5C. Windows color (decimal): -15702530 or 16672016. OLE color: 16672016.
HSL color Cylindrical-coordinate representation of color #1065FE: hue angle of 218.57º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1065FE is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 101 | 254 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.00 |
| HSL | 218.57º | 0.99% | 0.53% | - |
| HSV(B) | 218.57º | 0.94% | 1% | - |
| XYZ | 22.76 | 16.57 | 95.77 | - |
| YUV | 93.03 | 218.84 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 254 | 0.94 | 0.60 | 0 | 0.00 | 218.57 | 0.99 | 0.53 |
| Hex | 10 | 65 | FE | 5E | 3C | 0 | 0 | DB | 63 | 35 |
| Octal | 20 | 145 | 376 | 136 | 74 | 0 | 0 | 333 | 143 | 65 |
| Binary | 10000 | 1100101 | 11111110 | 1011110 | 111100 | 0 | 0 | 11011011 | 1100011 | 110101 |
Color Harmonies of #1065FE
Complementary color
Monochromatic Colors of #1065FE
Black with #1065FE
Text Example
Text Example
White with #1065FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1065FE; }
p { color: rgb(16,101,254); }
H1.HeaderClassName
{
color: #1065FE;
}
.AnyTagClassName
{
color: #1065FE;
}
</style>
background-color css
<style>
a { background-color: #1065FE; }
a { background-color: rgb(16,101,254); }
div.DivClassName
{
background-color: #1065FE;
}
.BgClassName
{
background-color: #1065FE;
}
</style>
border-color css
<style>
span { border-color: #1065FE; }
span { border-color: rgb(16,101,254); }
td.TdClassName
{
border-color: #1065FE;
}
.TagClassName
{
border-color: #1065FE;
}
</style>