Shades of Dodger Blue #008FFE
Tints of Dodger Blue #008FFE
RGB
CMYK
RGB Variations
Color information
#008FFE (or 0x008FFE) is known color: Dodger Blue. HEX triplet: 00, 8F and FE. RGB value is (0,143,254). Sum of RGB (Red+Green+Blue) = 0+143+254=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 254 (99.61% from 255 or 63.98% from 397); Max value from RGB is 254 - color contains mainly: blue. Hex color #008FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008FFE is #FF7001. Grayscale: #707070. Windows color (decimal): -16740354 or 16682752. OLE color: 16682752.
HSL color Cylindrical-coordinate representation of color #008FFE: hue angle of 206.22º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FFE is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 143 | 254 | - |
| CMYK | 1 | 0.44 | 0 | 0.00 |
| HSL | 206.22º | 1% | 0.5% | - |
| HSV(B) | 206.22º | 1% | 1% | - |
| XYZ | 27.71 | 26.8 | 97.48 | - |
| YUV | 112.9 | 207.62 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 254 | 1 | 0.44 | 0 | 0.00 | 206.22 | 1 | 0.5 |
| Hex | 0 | 8F | FE | 64 | 2C | 0 | 0 | CE | 64 | 32 |
| Octal | 0 | 217 | 376 | 144 | 54 | 0 | 0 | 316 | 144 | 62 |
| Binary | 0 | 10001111 | 11111110 | 1100100 | 101100 | 0 | 0 | 11001110 | 1100100 | 110010 |
Color Harmonies of #008FFE
Complementary color
Monochromatic Colors of #008FFE
Black with #008FFE
Text Example
Text Example
White with #008FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FFE; }
p { color: rgb(0,143,254); }
H1.HeaderClassName
{
color: #008FFE;
}
.AnyTagClassName
{
color: #008FFE;
}
</style>
background-color css
<style>
a { background-color: #008FFE; }
a { background-color: rgb(0,143,254); }
div.DivClassName
{
background-color: #008FFE;
}
.BgClassName
{
background-color: #008FFE;
}
</style>
border-color css
<style>
span { border-color: #008FFE; }
span { border-color: rgb(0,143,254); }
td.TdClassName
{
border-color: #008FFE;
}
.TagClassName
{
border-color: #008FFE;
}
</style>