Shades of Dodger Blue #1883EF
Tints of Dodger Blue #1883EF
RGB
CMYK
RGB Variations
Color information
#1883EF (or 0x1883EF) is known color: Dodger Blue. HEX triplet: 18, 83 and EF. RGB value is (24,131,239). Sum of RGB (Red+Green+Blue) = 24+131+239=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #1883EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1883EF is #E77C10. Grayscale: #6E6E6E. Windows color (decimal): -15170577 or 15696664. OLE color: 15696664.
HSL color Cylindrical-coordinate representation of color #1883EF: hue angle of 210.14º 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 #1883EF is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 24 | 131 | 239 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.06 |
| HSL | 210.14º | 0.87% | 0.52% | - |
| HSV(B) | 210.14º | 0.9% | 0.94% | - |
| XYZ | 24.07 | 22.66 | 84.77 | - |
| YUV | 111.32 | 200.05 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 239 | 0.90 | 0.45 | 0 | 0.06 | 210.14 | 0.87 | 0.52 |
| Hex | 18 | 83 | EF | 5A | 2D | 0 | 6 | D2 | 57 | 34 |
| Octal | 30 | 203 | 357 | 132 | 55 | 0 | 6 | 322 | 127 | 64 |
| Binary | 11000 | 10000011 | 11101111 | 1011010 | 101101 | 0 | 110 | 11010010 | 1010111 | 110100 |
Color Harmonies of #1883EF
Complementary color
Monochromatic Colors of #1883EF
Black with #1883EF
Text Example
Text Example
White with #1883EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1883EF; }
p { color: rgb(24,131,239); }
H1.HeaderClassName
{
color: #1883EF;
}
.AnyTagClassName
{
color: #1883EF;
}
</style>
background-color css
<style>
a { background-color: #1883EF; }
a { background-color: rgb(24,131,239); }
div.DivClassName
{
background-color: #1883EF;
}
.BgClassName
{
background-color: #1883EF;
}
</style>
border-color css
<style>
span { border-color: #1883EF; }
span { border-color: rgb(24,131,239); }
td.TdClassName
{
border-color: #1883EF;
}
.TagClassName
{
border-color: #1883EF;
}
</style>