Shades of Dodger Blue #217FEA
Tints of Dodger Blue #217FEA
RGB
CMYK
RGB Variations
Color information
#217FEA (or 0x217FEA) is known color: Dodger Blue. HEX triplet: 21, 7F and EA. RGB value is (33,127,234). Sum of RGB (Red+Green+Blue) = 33+127+234=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #217FEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #217FEA is #DE8015. Grayscale: #6E6E6E. Windows color (decimal): -14581782 or 15367969. OLE color: 15367969.
HSL color Cylindrical-coordinate representation of color #217FEA: hue angle of 211.94º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #217FEA is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 127 | 234 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.08 |
| HSL | 211.94º | 0.83% | 0.52% | - |
| HSV(B) | 211.94º | 0.86% | 0.92% | - |
| XYZ | 23.07 | 21.44 | 80.76 | - |
| YUV | 111.09 | 197.36 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 234 | 0.86 | 0.46 | 0 | 0.08 | 211.94 | 0.83 | 0.52 |
| Hex | 21 | 7F | EA | 56 | 2E | 0 | 8 | D4 | 53 | 34 |
| Octal | 41 | 177 | 352 | 126 | 56 | 0 | 10 | 324 | 123 | 64 |
| Binary | 100001 | 1111111 | 11101010 | 1010110 | 101110 | 0 | 1000 | 11010100 | 1010011 | 110100 |
Color Harmonies of #217FEA
Complementary color
Monochromatic Colors of #217FEA
Black with #217FEA
Text Example
Text Example
White with #217FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217FEA; }
p { color: rgb(33,127,234); }
H1.HeaderClassName
{
color: #217FEA;
}
.AnyTagClassName
{
color: #217FEA;
}
</style>
background-color css
<style>
a { background-color: #217FEA; }
a { background-color: rgb(33,127,234); }
div.DivClassName
{
background-color: #217FEA;
}
.BgClassName
{
background-color: #217FEA;
}
</style>
border-color css
<style>
span { border-color: #217FEA; }
span { border-color: rgb(33,127,234); }
td.TdClassName
{
border-color: #217FEA;
}
.TagClassName
{
border-color: #217FEA;
}
</style>