Shades of Dodger Blue #2187FD
Tints of Dodger Blue #2187FD
RGB
CMYK
RGB Variations
Color information
#2187FD (or 0x2187FD) is known color: Dodger Blue. HEX triplet: 21, 87 and FD. RGB value is (33,135,253). Sum of RGB (Red+Green+Blue) = 33+135+253=421 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.84% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #2187FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2187FD is #DE7802. Grayscale: #757575. Windows color (decimal): -14579715 or 16615201. OLE color: 16615201.
HSL color Cylindrical-coordinate representation of color #2187FD: hue angle of 212.18º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2187FD is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 135 | 253 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.01 |
| HSL | 212.18º | 0.98% | 0.56% | - |
| HSV(B) | 212.18º | 0.87% | 0.99% | - |
| XYZ | 27.02 | 24.74 | 96.28 | - |
| YUV | 117.95 | 204.21 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 135 | 253 | 0.87 | 0.47 | 0 | 0.01 | 212.18 | 0.98 | 0.56 |
| Hex | 21 | 87 | FD | 57 | 2F | 0 | 1 | D4 | 62 | 38 |
| Octal | 41 | 207 | 375 | 127 | 57 | 0 | 1 | 324 | 142 | 70 |
| Binary | 100001 | 10000111 | 11111101 | 1010111 | 101111 | 0 | 1 | 11010100 | 1100010 | 111000 |
Color Harmonies of #2187FD
Complementary color
Monochromatic Colors of #2187FD
Black with #2187FD
Text Example
Text Example
White with #2187FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2187FD; }
p { color: rgb(33,135,253); }
H1.HeaderClassName
{
color: #2187FD;
}
.AnyTagClassName
{
color: #2187FD;
}
</style>
background-color css
<style>
a { background-color: #2187FD; }
a { background-color: rgb(33,135,253); }
div.DivClassName
{
background-color: #2187FD;
}
.BgClassName
{
background-color: #2187FD;
}
</style>
border-color css
<style>
span { border-color: #2187FD; }
span { border-color: rgb(33,135,253); }
td.TdClassName
{
border-color: #2187FD;
}
.TagClassName
{
border-color: #2187FD;
}
</style>