Shades of Dodger Blue #1879ED
Tints of Dodger Blue #1879ED
RGB
CMYK
RGB Variations
Color information
#1879ED (or 0x1879ED) is known color: Dodger Blue. HEX triplet: 18, 79 and ED. RGB value is (24,121,237). Sum of RGB (Red+Green+Blue) = 24+121+237=382 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.28% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #1879ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1879ED is #E78612. Grayscale: #686868. Windows color (decimal): -15173139 or 15563032. OLE color: 15563032.
HSL color Cylindrical-coordinate representation of color #1879ED: hue angle of 212.68º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1879ED is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 121 | 237 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.07 |
| HSL | 212.68º | 0.86% | 0.51% | - |
| HSV(B) | 212.68º | 0.9% | 0.93% | - |
| XYZ | 22.5 | 19.98 | 82.79 | - |
| YUV | 105.22 | 202.36 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 121 | 237 | 0.90 | 0.49 | 0 | 0.07 | 212.68 | 0.86 | 0.51 |
| Hex | 18 | 79 | ED | 5A | 31 | 0 | 7 | D5 | 56 | 33 |
| Octal | 30 | 171 | 355 | 132 | 61 | 0 | 7 | 325 | 126 | 63 |
| Binary | 11000 | 1111001 | 11101101 | 1011010 | 110001 | 0 | 111 | 11010101 | 1010110 | 110011 |
Color Harmonies of #1879ED
Complementary color
Monochromatic Colors of #1879ED
Black with #1879ED
Text Example
Text Example
White with #1879ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1879ED; }
p { color: rgb(24,121,237); }
H1.HeaderClassName
{
color: #1879ED;
}
.AnyTagClassName
{
color: #1879ED;
}
</style>
background-color css
<style>
a { background-color: #1879ED; }
a { background-color: rgb(24,121,237); }
div.DivClassName
{
background-color: #1879ED;
}
.BgClassName
{
background-color: #1879ED;
}
</style>
border-color css
<style>
span { border-color: #1879ED; }
span { border-color: rgb(24,121,237); }
td.TdClassName
{
border-color: #1879ED;
}
.TagClassName
{
border-color: #1879ED;
}
</style>