Shades of Dodger Blue #008FFD
Tints of Dodger Blue #008FFD
RGB
CMYK
RGB Variations
Color information
#008FFD (or 0x008FFD) is known color: Dodger Blue. HEX triplet: 00, 8F and FD. RGB value is (0,143,253). Sum of RGB (Red+Green+Blue) = 0+143+253=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 253 (99.22% from 255 or 63.89% from 396); Max value from RGB is 253 - color contains mainly: blue. Hex color #008FFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008FFD is #FF7002. Grayscale: #707070. Windows color (decimal): -16740355 or 16617216. OLE color: 16617216.
HSL color Cylindrical-coordinate representation of color #008FFD: hue angle of 206.09º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FFD is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 143 | 253 | - |
| CMYK | 1 | 0.43 | 0 | 0.01 |
| HSL | 206.09º | 1% | 0.5% | - |
| HSV(B) | 206.09º | 1% | 0.99% | - |
| XYZ | 27.55 | 26.74 | 96.64 | - |
| YUV | 112.78 | 207.12 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 253 | 1 | 0.43 | 0 | 0.01 | 206.09 | 1 | 0.5 |
| Hex | 0 | 8F | FD | 64 | 2B | 0 | 1 | CE | 64 | 32 |
| Octal | 0 | 217 | 375 | 144 | 53 | 0 | 1 | 316 | 144 | 62 |
| Binary | 0 | 10001111 | 11111101 | 1100100 | 101011 | 0 | 1 | 11001110 | 1100100 | 110010 |
Color Harmonies of #008FFD
Complementary color
Monochromatic Colors of #008FFD
Black with #008FFD
Text Example
Text Example
White with #008FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FFD; }
p { color: rgb(0,143,253); }
H1.HeaderClassName
{
color: #008FFD;
}
.AnyTagClassName
{
color: #008FFD;
}
</style>
background-color css
<style>
a { background-color: #008FFD; }
a { background-color: rgb(0,143,253); }
div.DivClassName
{
background-color: #008FFD;
}
.BgClassName
{
background-color: #008FFD;
}
</style>
border-color css
<style>
span { border-color: #008FFD; }
span { border-color: rgb(0,143,253); }
td.TdClassName
{
border-color: #008FFD;
}
.TagClassName
{
border-color: #008FFD;
}
</style>