Shades of Dodger Blue #018FE7
Tints of Dodger Blue #018FE7
RGB
CMYK
RGB Variations
Color information
#018FE7 (or 0x018FE7) is known color: Dodger Blue. HEX triplet: 01, 8F and E7. RGB value is (1,143,231). Sum of RGB (Red+Green+Blue) = 1+143+231=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 231 (90.62% from 255 or 61.6% from 375); Max value from RGB is 231 - color contains mainly: blue. Hex color #018FE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018FE7 is #FE7018. Grayscale: #6E6E6E. Windows color (decimal): -16674841 or 15175425. OLE color: 15175425.
HSL color Cylindrical-coordinate representation of color #018FE7: hue angle of 202.96º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018FE7 is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 143 | 231 | - |
| CMYK | 1.00 | 0.38 | 0 | 0.09 |
| HSL | 202.96º | 0.99% | 0.45% | - |
| HSV(B) | 202.96º | 1% | 0.91% | - |
| XYZ | 24.26 | 25.42 | 79.23 | - |
| YUV | 110.57 | 195.96 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 231 | 1.00 | 0.38 | 0 | 0.09 | 202.96 | 0.99 | 0.45 |
| Hex | 1 | 8F | E7 | 64 | 26 | 0 | 9 | CB | 63 | 2D |
| Octal | 1 | 217 | 347 | 144 | 46 | 0 | 11 | 313 | 143 | 55 |
| Binary | 1 | 10001111 | 11100111 | 1100100 | 100110 | 0 | 1001 | 11001011 | 1100011 | 101101 |
Color Harmonies of #018FE7
Complementary color
Monochromatic Colors of #018FE7
Black with #018FE7
Text Example
Text Example
White with #018FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FE7; }
p { color: rgb(1,143,231); }
H1.HeaderClassName
{
color: #018FE7;
}
.AnyTagClassName
{
color: #018FE7;
}
</style>
background-color css
<style>
a { background-color: #018FE7; }
a { background-color: rgb(1,143,231); }
div.DivClassName
{
background-color: #018FE7;
}
.BgClassName
{
background-color: #018FE7;
}
</style>
border-color css
<style>
span { border-color: #018FE7; }
span { border-color: rgb(1,143,231); }
td.TdClassName
{
border-color: #018FE7;
}
.TagClassName
{
border-color: #018FE7;
}
</style>