Shades of Dodger Blue #1881EF
Tints of Dodger Blue #1881EF
RGB
CMYK
RGB Variations
Color information
#1881EF (or 0x1881EF) is known color: Dodger Blue. HEX triplet: 18, 81 and EF. RGB value is (24,129,239). Sum of RGB (Red+Green+Blue) = 24+129+239=392 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.12% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #1881EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1881EF is #E77E10. Grayscale: #6D6D6D. Windows color (decimal): -15171089 or 15696152. OLE color: 15696152.
HSL color Cylindrical-coordinate representation of color #1881EF: hue angle of 210.7º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1881EF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 129 | 239 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.06 |
| HSL | 210.7º | 0.87% | 0.52% | - |
| HSV(B) | 210.7º | 0.9% | 0.94% | - |
| XYZ | 23.81 | 22.13 | 84.68 | - |
| YUV | 110.15 | 200.71 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 239 | 0.90 | 0.46 | 0 | 0.06 | 210.7 | 0.87 | 0.52 |
| Hex | 18 | 81 | EF | 5A | 2E | 0 | 6 | D3 | 57 | 34 |
| Octal | 30 | 201 | 357 | 132 | 56 | 0 | 6 | 323 | 127 | 64 |
| Binary | 11000 | 10000001 | 11101111 | 1011010 | 101110 | 0 | 110 | 11010011 | 1010111 | 110100 |
Color Harmonies of #1881EF
Complementary color
Monochromatic Colors of #1881EF
Black with #1881EF
Text Example
Text Example
White with #1881EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1881EF; }
p { color: rgb(24,129,239); }
H1.HeaderClassName
{
color: #1881EF;
}
.AnyTagClassName
{
color: #1881EF;
}
</style>
background-color css
<style>
a { background-color: #1881EF; }
a { background-color: rgb(24,129,239); }
div.DivClassName
{
background-color: #1881EF;
}
.BgClassName
{
background-color: #1881EF;
}
</style>
border-color css
<style>
span { border-color: #1881EF; }
span { border-color: rgb(24,129,239); }
td.TdClassName
{
border-color: #1881EF;
}
.TagClassName
{
border-color: #1881EF;
}
</style>