Shades of Dodger Blue #008FFC
Tints of Dodger Blue #008FFC
RGB
CMYK
RGB Variations
Color information
#008FFC (or 0x008FFC) is known color: Dodger Blue. HEX triplet: 00, 8F and FC. RGB value is (0,143,252). Sum of RGB (Red+Green+Blue) = 0+143+252=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #008FFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008FFC is #FF7003. Grayscale: #707070. Windows color (decimal): -16740356 or 16551680. OLE color: 16551680.
HSL color Cylindrical-coordinate representation of color #008FFC: hue angle of 205.95º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FFC is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 143 | 252 | - |
| CMYK | 1 | 0.43 | 0 | 0.01 |
| HSL | 205.95º | 1% | 0.49% | - |
| HSV(B) | 205.95º | 1% | 0.99% | - |
| XYZ | 27.39 | 26.67 | 95.8 | - |
| YUV | 112.67 | 206.62 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 252 | 1 | 0.43 | 0 | 0.01 | 205.95 | 1 | 0.49 |
| Hex | 0 | 8F | FC | 64 | 2B | 0 | 1 | CE | 64 | 31 |
| Octal | 0 | 217 | 374 | 144 | 53 | 0 | 1 | 316 | 144 | 61 |
| Binary | 0 | 10001111 | 11111100 | 1100100 | 101011 | 0 | 1 | 11001110 | 1100100 | 110001 |
Color Harmonies of #008FFC
Complementary color
Monochromatic Colors of #008FFC
Black with #008FFC
Text Example
Text Example
White with #008FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FFC; }
p { color: rgb(0,143,252); }
H1.HeaderClassName
{
color: #008FFC;
}
.AnyTagClassName
{
color: #008FFC;
}
</style>
background-color css
<style>
a { background-color: #008FFC; }
a { background-color: rgb(0,143,252); }
div.DivClassName
{
background-color: #008FFC;
}
.BgClassName
{
background-color: #008FFC;
}
</style>
border-color css
<style>
span { border-color: #008FFC; }
span { border-color: rgb(0,143,252); }
td.TdClassName
{
border-color: #008FFC;
}
.TagClassName
{
border-color: #008FFC;
}
</style>