Shades of Dodger Blue #1875FD
Tints of Dodger Blue #1875FD
RGB
CMYK
RGB Variations
Color information
#1875FD (or 0x1875FD) is known color: Dodger Blue. HEX triplet: 18, 75 and FD. RGB value is (24,117,253). Sum of RGB (Red+Green+Blue) = 24+117+253=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #1875FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1875FD is #E78A02. Grayscale: #686868. Windows color (decimal): -15174147 or 16610584. OLE color: 16610584.
HSL color Cylindrical-coordinate representation of color #1875FD: hue angle of 215.63º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1875FD is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 117 | 253 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.01 |
| HSL | 215.63º | 0.98% | 0.54% | - |
| HSV(B) | 215.63º | 0.91% | 0.99% | - |
| XYZ | 24.47 | 20.01 | 95.5 | - |
| YUV | 104.7 | 211.69 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 117 | 253 | 0.91 | 0.54 | 0 | 0.01 | 215.63 | 0.98 | 0.54 |
| Hex | 18 | 75 | FD | 5B | 36 | 0 | 1 | D8 | 62 | 36 |
| Octal | 30 | 165 | 375 | 133 | 66 | 0 | 1 | 330 | 142 | 66 |
| Binary | 11000 | 1110101 | 11111101 | 1011011 | 110110 | 0 | 1 | 11011000 | 1100010 | 110110 |
Color Harmonies of #1875FD
Complementary color
Monochromatic Colors of #1875FD
Black with #1875FD
Text Example
Text Example
White with #1875FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1875FD; }
p { color: rgb(24,117,253); }
H1.HeaderClassName
{
color: #1875FD;
}
.AnyTagClassName
{
color: #1875FD;
}
</style>
background-color css
<style>
a { background-color: #1875FD; }
a { background-color: rgb(24,117,253); }
div.DivClassName
{
background-color: #1875FD;
}
.BgClassName
{
background-color: #1875FD;
}
</style>
border-color css
<style>
span { border-color: #1875FD; }
span { border-color: rgb(24,117,253); }
td.TdClassName
{
border-color: #1875FD;
}
.TagClassName
{
border-color: #1875FD;
}
</style>