Shades of Dodger Blue #1881FF
Tints of Dodger Blue #1881FF
RGB
CMYK
RGB Variations
Color information
#1881FF (or 0x1881FF) is known color: Dodger Blue. HEX triplet: 18, 81 and FF. RGB value is (24,129,255). Sum of RGB (Red+Green+Blue) = 24+129+255=408 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.88% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #1881FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1881FF is #E77E00. Grayscale: #6F6F6F. Windows color (decimal): -15171073 or 16744728. OLE color: 16744728.
HSL color Cylindrical-coordinate representation of color #1881FF: hue angle of 212.73º 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 #1881FF is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 129 | 255 | - |
| CMYK | 0.91 | 0.49 | 0 | 0 |
| HSL | 212.73º | 1% | 0.55% | - |
| HSV(B) | 212.73º | 0.91% | 1% | - |
| XYZ | 26.28 | 23.11 | 97.68 | - |
| YUV | 111.97 | 208.71 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 255 | 0.91 | 0.49 | 0 | 0 | 212.73 | 1 | 0.55 |
| Hex | 18 | 81 | FF | 5B | 31 | 0 | 0 | D5 | 64 | 37 |
| Octal | 30 | 201 | 377 | 133 | 61 | 0 | 0 | 325 | 144 | 67 |
| Binary | 11000 | 10000001 | 11111111 | 1011011 | 110001 | 0 | 0 | 11010101 | 1100100 | 110111 |
Color Harmonies of #1881FF
Complementary color
Monochromatic Colors of #1881FF
Black with #1881FF
Text Example
Text Example
White with #1881FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1881FF; }
p { color: rgb(24,129,255); }
H1.HeaderClassName
{
color: #1881FF;
}
.AnyTagClassName
{
color: #1881FF;
}
</style>
background-color css
<style>
a { background-color: #1881FF; }
a { background-color: rgb(24,129,255); }
div.DivClassName
{
background-color: #1881FF;
}
.BgClassName
{
background-color: #1881FF;
}
</style>
border-color css
<style>
span { border-color: #1881FF; }
span { border-color: rgb(24,129,255); }
td.TdClassName
{
border-color: #1881FF;
}
.TagClassName
{
border-color: #1881FF;
}
</style>