Shades of Dodger Blue #1891FF
Tints of Dodger Blue #1891FF
RGB
CMYK
RGB Variations
Color information
#1891FF (or 0x1891FF) is known color: Dodger Blue. HEX triplet: 18, 91 and FF. RGB value is (24,145,255). Sum of RGB (Red+Green+Blue) = 24+145+255=424 (56% of max value = 765). Red value is 24 (9.77% from 255 or 5.66% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #1891FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1891FF is #E76E00. Grayscale: #787878. Windows color (decimal): -15166977 or 16748824. OLE color: 16748824.
HSL color Cylindrical-coordinate representation of color #1891FF: hue angle of 208.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1891FF is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 145 | 255 | - |
| CMYK | 0.91 | 0.43 | 0 | 0 |
| HSL | 208.57º | 1% | 0.55% | - |
| HSV(B) | 208.57º | 0.91% | 1% | - |
| XYZ | 28.55 | 27.66 | 98.44 | - |
| YUV | 121.36 | 203.41 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 255 | 0.91 | 0.43 | 0 | 0 | 208.57 | 1 | 0.55 |
| Hex | 18 | 91 | FF | 5B | 2B | 0 | 0 | D1 | 64 | 37 |
| Octal | 30 | 221 | 377 | 133 | 53 | 0 | 0 | 321 | 144 | 67 |
| Binary | 11000 | 10010001 | 11111111 | 1011011 | 101011 | 0 | 0 | 11010001 | 1100100 | 110111 |
Color Harmonies of #1891FF
Complementary color
Monochromatic Colors of #1891FF
Black with #1891FF
Text Example
Text Example
White with #1891FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1891FF; }
p { color: rgb(24,145,255); }
H1.HeaderClassName
{
color: #1891FF;
}
.AnyTagClassName
{
color: #1891FF;
}
</style>
background-color css
<style>
a { background-color: #1891FF; }
a { background-color: rgb(24,145,255); }
div.DivClassName
{
background-color: #1891FF;
}
.BgClassName
{
background-color: #1891FF;
}
</style>
border-color css
<style>
span { border-color: #1891FF; }
span { border-color: rgb(24,145,255); }
td.TdClassName
{
border-color: #1891FF;
}
.TagClassName
{
border-color: #1891FF;
}
</style>