Shades of Dodger Blue #217FFB
Tints of Dodger Blue #217FFB
RGB
CMYK
RGB Variations
Color information
#217FFB (or 0x217FFB) is known color: Dodger Blue. HEX triplet: 21, 7F and FB. RGB value is (33,127,251). Sum of RGB (Red+Green+Blue) = 33+127+251=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #217FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217FFB is #DE8004. Grayscale: #707070. Windows color (decimal): -14581765 or 16482081. OLE color: 16482081.
HSL color Cylindrical-coordinate representation of color #217FFB: hue angle of 214.13º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #217FFB is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 127 | 251 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.02 |
| HSL | 214.13º | 0.96% | 0.56% | - |
| HSV(B) | 214.13º | 0.87% | 0.98% | - |
| XYZ | 25.63 | 22.47 | 94.25 | - |
| YUV | 113.03 | 205.86 | 70.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 251 | 0.87 | 0.49 | 0 | 0.02 | 214.13 | 0.96 | 0.56 |
| Hex | 21 | 7F | FB | 57 | 31 | 0 | 2 | D6 | 60 | 38 |
| Octal | 41 | 177 | 373 | 127 | 61 | 0 | 2 | 326 | 140 | 70 |
| Binary | 100001 | 1111111 | 11111011 | 1010111 | 110001 | 0 | 10 | 11010110 | 1100000 | 111000 |
Color Harmonies of #217FFB
Complementary color
Monochromatic Colors of #217FFB
Black with #217FFB
Text Example
Text Example
White with #217FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217FFB; }
p { color: rgb(33,127,251); }
H1.HeaderClassName
{
color: #217FFB;
}
.AnyTagClassName
{
color: #217FFB;
}
</style>
background-color css
<style>
a { background-color: #217FFB; }
a { background-color: rgb(33,127,251); }
div.DivClassName
{
background-color: #217FFB;
}
.BgClassName
{
background-color: #217FFB;
}
</style>
border-color css
<style>
span { border-color: #217FFB; }
span { border-color: rgb(33,127,251); }
td.TdClassName
{
border-color: #217FFB;
}
.TagClassName
{
border-color: #217FFB;
}
</style>