Shades of Dodger Blue #21B1FB
Tints of Dodger Blue #21B1FB
RGB
CMYK
RGB Variations
Color information
#21B1FB (or 0x21B1FB) is known color: Dodger Blue. HEX triplet: 21, B1 and FB. RGB value is (33,177,251). Sum of RGB (Red+Green+Blue) = 33+177+251=461 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.16% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #21B1FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21B1FB is #DE4E04. Grayscale: #8D8D8D. Windows color (decimal): -14568965 or 16494881. OLE color: 16494881.
HSL color Cylindrical-coordinate representation of color #21B1FB: hue angle of 200.37º 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 #21B1FB is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 177 | 251 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.02 |
| HSL | 200.37º | 0.96% | 0.56% | - |
| HSV(B) | 200.37º | 0.87% | 0.98% | - |
| XYZ | 33.76 | 38.73 | 96.96 | - |
| YUV | 142.38 | 189.29 | 49.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 251 | 0.87 | 0.29 | 0 | 0.02 | 200.37 | 0.96 | 0.56 |
| Hex | 21 | B1 | FB | 57 | 1D | 0 | 2 | C8 | 60 | 38 |
| Octal | 41 | 261 | 373 | 127 | 35 | 0 | 2 | 310 | 140 | 70 |
| Binary | 100001 | 10110001 | 11111011 | 1010111 | 11101 | 0 | 10 | 11001000 | 1100000 | 111000 |
Color Harmonies of #21B1FB
Complementary color
Monochromatic Colors of #21B1FB
Black with #21B1FB
Text Example
Text Example
White with #21B1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B1FB; }
p { color: rgb(33,177,251); }
H1.HeaderClassName
{
color: #21B1FB;
}
.AnyTagClassName
{
color: #21B1FB;
}
</style>
background-color css
<style>
a { background-color: #21B1FB; }
a { background-color: rgb(33,177,251); }
div.DivClassName
{
background-color: #21B1FB;
}
.BgClassName
{
background-color: #21B1FB;
}
</style>
border-color css
<style>
span { border-color: #21B1FB; }
span { border-color: rgb(33,177,251); }
td.TdClassName
{
border-color: #21B1FB;
}
.TagClassName
{
border-color: #21B1FB;
}
</style>