Shades of Dodger Blue #1891FC
Tints of Dodger Blue #1891FC
RGB
CMYK
RGB Variations
Color information
#1891FC (or 0x1891FC) is known color: Dodger Blue. HEX triplet: 18, 91 and FC. RGB value is (24,145,252). Sum of RGB (Red+Green+Blue) = 24+145+252=421 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.70% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #1891FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1891FC is #E76E03. Grayscale: #787878. Windows color (decimal): -15166980 or 16552216. OLE color: 16552216.
HSL color Cylindrical-coordinate representation of color #1891FC: hue angle of 208.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1891FC is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 145 | 252 | - |
| CMYK | 0.90 | 0.42 | 0 | 0.01 |
| HSL | 208.16º | 0.97% | 0.54% | - |
| HSV(B) | 208.16º | 0.9% | 0.99% | - |
| XYZ | 28.07 | 27.47 | 95.92 | - |
| YUV | 121.02 | 201.91 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 145 | 252 | 0.90 | 0.42 | 0 | 0.01 | 208.16 | 0.97 | 0.54 |
| Hex | 18 | 91 | FC | 5A | 2A | 0 | 1 | D0 | 61 | 36 |
| Octal | 30 | 221 | 374 | 132 | 52 | 0 | 1 | 320 | 141 | 66 |
| Binary | 11000 | 10010001 | 11111100 | 1011010 | 101010 | 0 | 1 | 11010000 | 1100001 | 110110 |
Color Harmonies of #1891FC
Complementary color
Monochromatic Colors of #1891FC
Black with #1891FC
Text Example
Text Example
White with #1891FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1891FC; }
p { color: rgb(24,145,252); }
H1.HeaderClassName
{
color: #1891FC;
}
.AnyTagClassName
{
color: #1891FC;
}
</style>
background-color css
<style>
a { background-color: #1891FC; }
a { background-color: rgb(24,145,252); }
div.DivClassName
{
background-color: #1891FC;
}
.BgClassName
{
background-color: #1891FC;
}
</style>
border-color css
<style>
span { border-color: #1891FC; }
span { border-color: rgb(24,145,252); }
td.TdClassName
{
border-color: #1891FC;
}
.TagClassName
{
border-color: #1891FC;
}
</style>