Shades of Dodger Blue #1867FD
Tints of Dodger Blue #1867FD
RGB
CMYK
RGB Variations
Color information
#1867FD (or 0x1867FD) is known color: Dodger Blue. HEX triplet: 18, 67 and FD. RGB value is (24,103,253). Sum of RGB (Red+Green+Blue) = 24+103+253=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #1867FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1867FD is #E79802. Grayscale: #5F5F5F. Windows color (decimal): -15177731 or 16607000. OLE color: 16607000.
HSL color Cylindrical-coordinate representation of color #1867FD: hue angle of 219.3º 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 #1867FD is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 103 | 253 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.01 |
| HSL | 219.3º | 0.98% | 0.54% | - |
| HSV(B) | 219.3º | 0.91% | 0.99% | - |
| XYZ | 22.96 | 16.99 | 95 | - |
| YUV | 96.48 | 216.33 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 253 | 0.91 | 0.59 | 0 | 0.01 | 219.3 | 0.98 | 0.54 |
| Hex | 18 | 67 | FD | 5B | 3B | 0 | 1 | DB | 62 | 36 |
| Octal | 30 | 147 | 375 | 133 | 73 | 0 | 1 | 333 | 142 | 66 |
| Binary | 11000 | 1100111 | 11111101 | 1011011 | 111011 | 0 | 1 | 11011011 | 1100010 | 110110 |
Color Harmonies of #1867FD
Complementary color
Monochromatic Colors of #1867FD
Black with #1867FD
Text Example
Text Example
White with #1867FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1867FD; }
p { color: rgb(24,103,253); }
H1.HeaderClassName
{
color: #1867FD;
}
.AnyTagClassName
{
color: #1867FD;
}
</style>
background-color css
<style>
a { background-color: #1867FD; }
a { background-color: rgb(24,103,253); }
div.DivClassName
{
background-color: #1867FD;
}
.BgClassName
{
background-color: #1867FD;
}
</style>
border-color css
<style>
span { border-color: #1867FD; }
span { border-color: rgb(24,103,253); }
td.TdClassName
{
border-color: #1867FD;
}
.TagClassName
{
border-color: #1867FD;
}
</style>