Shades of Dodger Blue #1883FF
Tints of Dodger Blue #1883FF
RGB
CMYK
RGB Variations
Color information
#1883FF (or 0x1883FF) is known color: Dodger Blue. HEX triplet: 18, 83 and FF. RGB value is (24,131,255). Sum of RGB (Red+Green+Blue) = 24+131+255=410 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.85% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #1883FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1883FF is #E77C00. Grayscale: #707070. Windows color (decimal): -15170561 or 16745240. OLE color: 16745240.
HSL color Cylindrical-coordinate representation of color #1883FF: hue angle of 212.21º 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 #1883FF is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 131 | 255 | - |
| CMYK | 0.91 | 0.49 | 0 | 0 |
| HSL | 212.21º | 1% | 0.55% | - |
| HSV(B) | 212.21º | 0.91% | 1% | - |
| XYZ | 26.54 | 23.65 | 97.77 | - |
| YUV | 113.14 | 208.05 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 255 | 0.91 | 0.49 | 0 | 0 | 212.21 | 1 | 0.55 |
| Hex | 18 | 83 | FF | 5B | 31 | 0 | 0 | D4 | 64 | 37 |
| Octal | 30 | 203 | 377 | 133 | 61 | 0 | 0 | 324 | 144 | 67 |
| Binary | 11000 | 10000011 | 11111111 | 1011011 | 110001 | 0 | 0 | 11010100 | 1100100 | 110111 |
Color Harmonies of #1883FF
Complementary color
Monochromatic Colors of #1883FF
Black with #1883FF
Text Example
Text Example
White with #1883FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1883FF; }
p { color: rgb(24,131,255); }
H1.HeaderClassName
{
color: #1883FF;
}
.AnyTagClassName
{
color: #1883FF;
}
</style>
background-color css
<style>
a { background-color: #1883FF; }
a { background-color: rgb(24,131,255); }
div.DivClassName
{
background-color: #1883FF;
}
.BgClassName
{
background-color: #1883FF;
}
</style>
border-color css
<style>
span { border-color: #1883FF; }
span { border-color: rgb(24,131,255); }
td.TdClassName
{
border-color: #1883FF;
}
.TagClassName
{
border-color: #1883FF;
}
</style>