Shades of Dodger Blue #1867F8
Tints of Dodger Blue #1867F8
RGB
CMYK
RGB Variations
Color information
#1867F8 (or 0x1867F8) is known color: Dodger Blue. HEX triplet: 18, 67 and F8. RGB value is (24,103,248). Sum of RGB (Red+Green+Blue) = 24+103+248=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 248 (97.27% from 255 or 66.13% from 375); Max value from RGB is 248 - color contains mainly: blue. Hex color #1867F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1867F8 is #E79807. Grayscale: #5F5F5F. Windows color (decimal): -15177736 or 16279320. OLE color: 16279320.
HSL color Cylindrical-coordinate representation of color #1867F8: hue angle of 218.84º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1867F8 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 103 | 248 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.03 |
| HSL | 218.84º | 0.94% | 0.53% | - |
| HSV(B) | 218.84º | 0.9% | 0.97% | - |
| XYZ | 22.17 | 16.67 | 90.86 | - |
| YUV | 95.91 | 213.83 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 248 | 0.90 | 0.58 | 0 | 0.03 | 218.84 | 0.94 | 0.53 |
| Hex | 18 | 67 | F8 | 5A | 3A | 0 | 3 | DB | 5E | 35 |
| Octal | 30 | 147 | 370 | 132 | 72 | 0 | 3 | 333 | 136 | 65 |
| Binary | 11000 | 1100111 | 11111000 | 1011010 | 111010 | 0 | 11 | 11011011 | 1011110 | 110101 |
Color Harmonies of #1867F8
Complementary color
Monochromatic Colors of #1867F8
Black with #1867F8
Text Example
Text Example
White with #1867F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1867F8; }
p { color: rgb(24,103,248); }
H1.HeaderClassName
{
color: #1867F8;
}
.AnyTagClassName
{
color: #1867F8;
}
</style>
background-color css
<style>
a { background-color: #1867F8; }
a { background-color: rgb(24,103,248); }
div.DivClassName
{
background-color: #1867F8;
}
.BgClassName
{
background-color: #1867F8;
}
</style>
border-color css
<style>
span { border-color: #1867F8; }
span { border-color: rgb(24,103,248); }
td.TdClassName
{
border-color: #1867F8;
}
.TagClassName
{
border-color: #1867F8;
}
</style>