Shades of Dodger Blue #018FEB
Tints of Dodger Blue #018FEB
RGB
CMYK
RGB Variations
Color information
#018FEB (or 0x018FEB) is known color: Dodger Blue. HEX triplet: 01, 8F and EB. RGB value is (1,143,235). Sum of RGB (Red+Green+Blue) = 1+143+235=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #018FEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018FEB is #FE7014. Grayscale: #6E6E6E. Windows color (decimal): -16674837 or 15437569. OLE color: 15437569.
HSL color Cylindrical-coordinate representation of color #018FEB: hue angle of 203.59º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018FEB is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 143 | 235 | - |
| CMYK | 1.00 | 0.39 | 0 | 0.08 |
| HSL | 203.59º | 0.99% | 0.46% | - |
| HSV(B) | 203.59º | 1% | 0.92% | - |
| XYZ | 24.83 | 25.65 | 82.24 | - |
| YUV | 111.03 | 197.96 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 235 | 1.00 | 0.39 | 0 | 0.08 | 203.59 | 0.99 | 0.46 |
| Hex | 1 | 8F | EB | 64 | 27 | 0 | 8 | CC | 63 | 2E |
| Octal | 1 | 217 | 353 | 144 | 47 | 0 | 10 | 314 | 143 | 56 |
| Binary | 1 | 10001111 | 11101011 | 1100100 | 100111 | 0 | 1000 | 11001100 | 1100011 | 101110 |
Color Harmonies of #018FEB
Complementary color
Monochromatic Colors of #018FEB
Black with #018FEB
Text Example
Text Example
White with #018FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FEB; }
p { color: rgb(1,143,235); }
H1.HeaderClassName
{
color: #018FEB;
}
.AnyTagClassName
{
color: #018FEB;
}
</style>
background-color css
<style>
a { background-color: #018FEB; }
a { background-color: rgb(1,143,235); }
div.DivClassName
{
background-color: #018FEB;
}
.BgClassName
{
background-color: #018FEB;
}
</style>
border-color css
<style>
span { border-color: #018FEB; }
span { border-color: rgb(1,143,235); }
td.TdClassName
{
border-color: #018FEB;
}
.TagClassName
{
border-color: #018FEB;
}
</style>