Shades of Dodger Blue #1888FF
Tints of Dodger Blue #1888FF
RGB
CMYK
RGB Variations
Color information
#1888FF (or 0x1888FF) is known color: Dodger Blue. HEX triplet: 18, 88 and FF. RGB value is (24,136,255). Sum of RGB (Red+Green+Blue) = 24+136+255=415 (54% of max value = 765). Red value is 24 (9.77% from 255 or 5.78% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #1888FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1888FF is #E77700. Grayscale: #737373. Windows color (decimal): -15169281 or 16746520. OLE color: 16746520.
HSL color Cylindrical-coordinate representation of color #1888FF: hue angle of 210.91º 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 #1888FF is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 136 | 255 | - |
| CMYK | 0.91 | 0.47 | 0 | 0 |
| HSL | 210.91º | 1% | 0.55% | - |
| HSV(B) | 210.91º | 0.91% | 1% | - |
| XYZ | 27.23 | 25.02 | 98 | - |
| YUV | 116.08 | 206.39 | 62.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 255 | 0.91 | 0.47 | 0 | 0 | 210.91 | 1 | 0.55 |
| Hex | 18 | 88 | FF | 5B | 2F | 0 | 0 | D3 | 64 | 37 |
| Octal | 30 | 210 | 377 | 133 | 57 | 0 | 0 | 323 | 144 | 67 |
| Binary | 11000 | 10001000 | 11111111 | 1011011 | 101111 | 0 | 0 | 11010011 | 1100100 | 110111 |
Color Harmonies of #1888FF
Complementary color
Monochromatic Colors of #1888FF
Black with #1888FF
Text Example
Text Example
White with #1888FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1888FF; }
p { color: rgb(24,136,255); }
H1.HeaderClassName
{
color: #1888FF;
}
.AnyTagClassName
{
color: #1888FF;
}
</style>
background-color css
<style>
a { background-color: #1888FF; }
a { background-color: rgb(24,136,255); }
div.DivClassName
{
background-color: #1888FF;
}
.BgClassName
{
background-color: #1888FF;
}
</style>
border-color css
<style>
span { border-color: #1888FF; }
span { border-color: rgb(24,136,255); }
td.TdClassName
{
border-color: #1888FF;
}
.TagClassName
{
border-color: #1888FF;
}
</style>