Shades of Dodger Blue #1889FF
Tints of Dodger Blue #1889FF
RGB
CMYK
RGB Variations
Color information
#1889FF (or 0x1889FF) is known color: Dodger Blue. HEX triplet: 18, 89 and FF. RGB value is (24,137,255). Sum of RGB (Red+Green+Blue) = 24+137+255=416 (55% of max value = 765). Red value is 24 (9.77% from 255 or 5.77% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #1889FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1889FF is #E77600. Grayscale: #747474. Windows color (decimal): -15169025 or 16746776. OLE color: 16746776.
HSL color Cylindrical-coordinate representation of color #1889FF: hue angle of 210.65º 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 #1889FF is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 137 | 255 | - |
| CMYK | 0.91 | 0.46 | 0 | 0 |
| HSL | 210.65º | 1% | 0.55% | - |
| HSV(B) | 210.65º | 0.91% | 1% | - |
| XYZ | 27.37 | 25.31 | 98.05 | - |
| YUV | 116.67 | 206.06 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 255 | 0.91 | 0.46 | 0 | 0 | 210.65 | 1 | 0.55 |
| Hex | 18 | 89 | FF | 5B | 2E | 0 | 0 | D3 | 64 | 37 |
| Octal | 30 | 211 | 377 | 133 | 56 | 0 | 0 | 323 | 144 | 67 |
| Binary | 11000 | 10001001 | 11111111 | 1011011 | 101110 | 0 | 0 | 11010011 | 1100100 | 110111 |
Color Harmonies of #1889FF
Complementary color
Monochromatic Colors of #1889FF
Black with #1889FF
Text Example
Text Example
White with #1889FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1889FF; }
p { color: rgb(24,137,255); }
H1.HeaderClassName
{
color: #1889FF;
}
.AnyTagClassName
{
color: #1889FF;
}
</style>
background-color css
<style>
a { background-color: #1889FF; }
a { background-color: rgb(24,137,255); }
div.DivClassName
{
background-color: #1889FF;
}
.BgClassName
{
background-color: #1889FF;
}
</style>
border-color css
<style>
span { border-color: #1889FF; }
span { border-color: rgb(24,137,255); }
td.TdClassName
{
border-color: #1889FF;
}
.TagClassName
{
border-color: #1889FF;
}
</style>