Shades of Dodger Blue #1889F2
Tints of Dodger Blue #1889F2
RGB
CMYK
RGB Variations
Color information
#1889F2 (or 0x1889F2) is known color: Dodger Blue. HEX triplet: 18, 89 and F2. RGB value is (24,137,242). Sum of RGB (Red+Green+Blue) = 24+137+242=403 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.96% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #1889F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1889F2 is #E7760D. Grayscale: #727272. Windows color (decimal): -15169038 or 15894808. OLE color: 15894808.
HSL color Cylindrical-coordinate representation of color #1889F2: hue angle of 208.9º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1889F2 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 137 | 242 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.05 |
| HSL | 208.9º | 0.89% | 0.52% | - |
| HSV(B) | 208.9º | 0.9% | 0.95% | - |
| XYZ | 25.35 | 24.5 | 87.4 | - |
| YUV | 115.18 | 199.56 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 137 | 242 | 0.90 | 0.43 | 0 | 0.05 | 208.9 | 0.89 | 0.52 |
| Hex | 18 | 89 | F2 | 5A | 2B | 0 | 5 | D1 | 59 | 34 |
| Octal | 30 | 211 | 362 | 132 | 53 | 0 | 5 | 321 | 131 | 64 |
| Binary | 11000 | 10001001 | 11110010 | 1011010 | 101011 | 0 | 101 | 11010001 | 1011001 | 110100 |
Color Harmonies of #1889F2
Complementary color
Monochromatic Colors of #1889F2
Black with #1889F2
Text Example
Text Example
White with #1889F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1889F2; }
p { color: rgb(24,137,242); }
H1.HeaderClassName
{
color: #1889F2;
}
.AnyTagClassName
{
color: #1889F2;
}
</style>
background-color css
<style>
a { background-color: #1889F2; }
a { background-color: rgb(24,137,242); }
div.DivClassName
{
background-color: #1889F2;
}
.BgClassName
{
background-color: #1889F2;
}
</style>
border-color css
<style>
span { border-color: #1889F2; }
span { border-color: rgb(24,137,242); }
td.TdClassName
{
border-color: #1889F2;
}
.TagClassName
{
border-color: #1889F2;
}
</style>