Shades of Dodger Blue #1663FB
Tints of Dodger Blue #1663FB
RGB
CMYK
RGB Variations
Color information
#1663FB (or 0x1663FB) is known color: Dodger Blue. HEX triplet: 16, 63 and FB. RGB value is (22,99,251). Sum of RGB (Red+Green+Blue) = 22+99+251=372 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.91% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #1663FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1663FB is #E99C04. Grayscale: #5C5C5C. Windows color (decimal): -15309829 or 16474902. OLE color: 16474902.
HSL color Cylindrical-coordinate representation of color #1663FB: hue angle of 219.83º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1663FB is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 99 | 251 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.02 |
| HSL | 219.83º | 0.97% | 0.54% | - |
| HSV(B) | 219.83º | 0.91% | 0.98% | - |
| XYZ | 22.21 | 16.06 | 93.2 | - |
| YUV | 93.31 | 216.99 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 99 | 251 | 0.91 | 0.61 | 0 | 0.02 | 219.83 | 0.97 | 0.54 |
| Hex | 16 | 63 | FB | 5B | 3D | 0 | 2 | DC | 61 | 36 |
| Octal | 26 | 143 | 373 | 133 | 75 | 0 | 2 | 334 | 141 | 66 |
| Binary | 10110 | 1100011 | 11111011 | 1011011 | 111101 | 0 | 10 | 11011100 | 1100001 | 110110 |
Color Harmonies of #1663FB
Complementary color
Monochromatic Colors of #1663FB
Black with #1663FB
Text Example
Text Example
White with #1663FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1663FB; }
p { color: rgb(22,99,251); }
H1.HeaderClassName
{
color: #1663FB;
}
.AnyTagClassName
{
color: #1663FB;
}
</style>
background-color css
<style>
a { background-color: #1663FB; }
a { background-color: rgb(22,99,251); }
div.DivClassName
{
background-color: #1663FB;
}
.BgClassName
{
background-color: #1663FB;
}
</style>
border-color css
<style>
span { border-color: #1663FB; }
span { border-color: rgb(22,99,251); }
td.TdClassName
{
border-color: #1663FB;
}
.TagClassName
{
border-color: #1663FB;
}
</style>