Shades of Dodger Blue #1063FB
Tints of Dodger Blue #1063FB
RGB
CMYK
RGB Variations
Color information
#1063FB (or 0x1063FB) is known color: Dodger Blue. HEX triplet: 10, 63 and FB. RGB value is (16,99,251). Sum of RGB (Red+Green+Blue) = 16+99+251=366 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.37% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #1063FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1063FB is #EF9C04. Grayscale: #5A5A5A. Windows color (decimal): -15703045 or 16474896. OLE color: 16474896.
HSL color Cylindrical-coordinate representation of color #1063FB: hue angle of 218.81º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1063FB is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 99 | 251 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.02 |
| HSL | 218.81º | 0.97% | 0.52% | - |
| HSV(B) | 218.81º | 0.94% | 0.98% | - |
| XYZ | 22.09 | 16 | 93.19 | - |
| YUV | 91.51 | 218 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 251 | 0.94 | 0.61 | 0 | 0.02 | 218.81 | 0.97 | 0.52 |
| Hex | 10 | 63 | FB | 5E | 3D | 0 | 2 | DB | 61 | 34 |
| Octal | 20 | 143 | 373 | 136 | 75 | 0 | 2 | 333 | 141 | 64 |
| Binary | 10000 | 1100011 | 11111011 | 1011110 | 111101 | 0 | 10 | 11011011 | 1100001 | 110100 |
Color Harmonies of #1063FB
Complementary color
Monochromatic Colors of #1063FB
Black with #1063FB
Text Example
Text Example
White with #1063FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1063FB; }
p { color: rgb(16,99,251); }
H1.HeaderClassName
{
color: #1063FB;
}
.AnyTagClassName
{
color: #1063FB;
}
</style>
background-color css
<style>
a { background-color: #1063FB; }
a { background-color: rgb(16,99,251); }
div.DivClassName
{
background-color: #1063FB;
}
.BgClassName
{
background-color: #1063FB;
}
</style>
border-color css
<style>
span { border-color: #1063FB; }
span { border-color: rgb(16,99,251); }
td.TdClassName
{
border-color: #1063FB;
}
.TagClassName
{
border-color: #1063FB;
}
</style>