Shades of Dodger Blue #1891FB
Tints of Dodger Blue #1891FB
RGB
CMYK
RGB Variations
Color information
#1891FB (or 0x1891FB) is known color: Dodger Blue. HEX triplet: 18, 91 and FB. RGB value is (24,145,251). Sum of RGB (Red+Green+Blue) = 24+145+251=420 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.71% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #1891FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1891FB is #E76E04. Grayscale: #787878. Windows color (decimal): -15166981 or 16486680. OLE color: 16486680.
HSL color Cylindrical-coordinate representation of color #1891FB: hue angle of 208.02º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1891FB is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 145 | 251 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.02 |
| HSL | 208.02º | 0.97% | 0.54% | - |
| HSV(B) | 208.02º | 0.9% | 0.98% | - |
| XYZ | 27.91 | 27.41 | 95.09 | - |
| YUV | 120.91 | 201.41 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 251 | 0.90 | 0.42 | 0 | 0.02 | 208.02 | 0.97 | 0.54 |
| Hex | 18 | 91 | FB | 5A | 2A | 0 | 2 | D0 | 61 | 36 |
| Octal | 30 | 221 | 373 | 132 | 52 | 0 | 2 | 320 | 141 | 66 |
| Binary | 11000 | 10010001 | 11111011 | 1011010 | 101010 | 0 | 10 | 11010000 | 1100001 | 110110 |
Color Harmonies of #1891FB
Complementary color
Monochromatic Colors of #1891FB
Black with #1891FB
Text Example
Text Example
White with #1891FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1891FB; }
p { color: rgb(24,145,251); }
H1.HeaderClassName
{
color: #1891FB;
}
.AnyTagClassName
{
color: #1891FB;
}
</style>
background-color css
<style>
a { background-color: #1891FB; }
a { background-color: rgb(24,145,251); }
div.DivClassName
{
background-color: #1891FB;
}
.BgClassName
{
background-color: #1891FB;
}
</style>
border-color css
<style>
span { border-color: #1891FB; }
span { border-color: rgb(24,145,251); }
td.TdClassName
{
border-color: #1891FB;
}
.TagClassName
{
border-color: #1891FB;
}
</style>