Shades of Dodger Blue #2891FB
Tints of Dodger Blue #2891FB
RGB
CMYK
RGB Variations
Color information
#2891FB (or 0x2891FB) is known color: Dodger Blue. HEX triplet: 28, 91 and FB. RGB value is (40,145,251). Sum of RGB (Red+Green+Blue) = 40+145+251=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #2891FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2891FB is #D76E04. Grayscale: #7D7D7D. Windows color (decimal): -14118405 or 16486696. OLE color: 16486696.
HSL color Cylindrical-coordinate representation of color #2891FB: hue angle of 210.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2891FB is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 145 | 251 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.02 |
| HSL | 210.14º | 0.96% | 0.57% | - |
| HSV(B) | 210.14º | 0.84% | 0.98% | - |
| XYZ | 28.41 | 27.67 | 95.11 | - |
| YUV | 125.69 | 198.71 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 145 | 251 | 0.84 | 0.42 | 0 | 0.02 | 210.14 | 0.96 | 0.57 |
| Hex | 28 | 91 | FB | 54 | 2A | 0 | 2 | D2 | 60 | 39 |
| Octal | 50 | 221 | 373 | 124 | 52 | 0 | 2 | 322 | 140 | 71 |
| Binary | 101000 | 10010001 | 11111011 | 1010100 | 101010 | 0 | 10 | 11010010 | 1100000 | 111001 |
Color Harmonies of #2891FB
Complementary color
Monochromatic Colors of #2891FB
Black with #2891FB
Text Example
Text Example
White with #2891FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2891FB; }
p { color: rgb(40,145,251); }
H1.HeaderClassName
{
color: #2891FB;
}
.AnyTagClassName
{
color: #2891FB;
}
</style>
background-color css
<style>
a { background-color: #2891FB; }
a { background-color: rgb(40,145,251); }
div.DivClassName
{
background-color: #2891FB;
}
.BgClassName
{
background-color: #2891FB;
}
</style>
border-color css
<style>
span { border-color: #2891FB; }
span { border-color: rgb(40,145,251); }
td.TdClassName
{
border-color: #2891FB;
}
.TagClassName
{
border-color: #2891FB;
}
</style>