Shades of Dodger Blue #008FFA
Tints of Dodger Blue #008FFA
RGB
CMYK
RGB Variations
Color information
#008FFA (or 0x008FFA) is known color: Dodger Blue. HEX triplet: 00, 8F and FA. RGB value is (0,143,250). Sum of RGB (Red+Green+Blue) = 0+143+250=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #008FFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008FFA is #FF7005. Grayscale: #6F6F6F. Windows color (decimal): -16740358 or 16420608. OLE color: 16420608.
HSL color Cylindrical-coordinate representation of color #008FFA: hue angle of 205.68º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FFA is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 143 | 250 | - |
| CMYK | 1 | 0.43 | 0 | 0.02 |
| HSL | 205.68º | 1% | 0.49% | - |
| HSV(B) | 205.68º | 1% | 0.98% | - |
| XYZ | 27.08 | 26.55 | 94.14 | - |
| YUV | 112.44 | 205.62 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 250 | 1 | 0.43 | 0 | 0.02 | 205.68 | 1 | 0.49 |
| Hex | 0 | 8F | FA | 64 | 2B | 0 | 2 | CE | 64 | 31 |
| Octal | 0 | 217 | 372 | 144 | 53 | 0 | 2 | 316 | 144 | 61 |
| Binary | 0 | 10001111 | 11111010 | 1100100 | 101011 | 0 | 10 | 11001110 | 1100100 | 110001 |
Color Harmonies of #008FFA
Complementary color
Monochromatic Colors of #008FFA
Black with #008FFA
Text Example
Text Example
White with #008FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FFA; }
p { color: rgb(0,143,250); }
H1.HeaderClassName
{
color: #008FFA;
}
.AnyTagClassName
{
color: #008FFA;
}
</style>
background-color css
<style>
a { background-color: #008FFA; }
a { background-color: rgb(0,143,250); }
div.DivClassName
{
background-color: #008FFA;
}
.BgClassName
{
background-color: #008FFA;
}
</style>
border-color css
<style>
span { border-color: #008FFA; }
span { border-color: rgb(0,143,250); }
td.TdClassName
{
border-color: #008FFA;
}
.TagClassName
{
border-color: #008FFA;
}
</style>