Shades of Dodger Blue #008FF0
Tints of Dodger Blue #008FF0
RGB
CMYK
RGB Variations
Color information
#008FF0 (or 0x008FF0) is known color: Dodger Blue. HEX triplet: 00, 8F and F0. RGB value is (0,143,240). Sum of RGB (Red+Green+Blue) = 0+143+240=383 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #008FF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008FF0 is #FF700F. Grayscale: #6E6E6E. Windows color (decimal): -16740368 or 15765248. OLE color: 15765248.
HSL color Cylindrical-coordinate representation of color #008FF0: hue angle of 204.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FF0 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 143 | 240 | - |
| CMYK | 1 | 0.40 | 0 | 0.06 |
| HSL | 204.25º | 1% | 0.47% | - |
| HSV(B) | 204.25º | 1% | 0.94% | - |
| XYZ | 25.55 | 25.94 | 86.1 | - |
| YUV | 111.3 | 200.62 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 240 | 1 | 0.40 | 0 | 0.06 | 204.25 | 1 | 0.47 |
| Hex | 0 | 8F | F0 | 64 | 28 | 0 | 6 | CC | 64 | 2F |
| Octal | 0 | 217 | 360 | 144 | 50 | 0 | 6 | 314 | 144 | 57 |
| Binary | 0 | 10001111 | 11110000 | 1100100 | 101000 | 0 | 110 | 11001100 | 1100100 | 101111 |
Color Harmonies of #008FF0
Complementary color
Monochromatic Colors of #008FF0
Black with #008FF0
Text Example
Text Example
White with #008FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FF0; }
p { color: rgb(0,143,240); }
H1.HeaderClassName
{
color: #008FF0;
}
.AnyTagClassName
{
color: #008FF0;
}
</style>
background-color css
<style>
a { background-color: #008FF0; }
a { background-color: rgb(0,143,240); }
div.DivClassName
{
background-color: #008FF0;
}
.BgClassName
{
background-color: #008FF0;
}
</style>
border-color css
<style>
span { border-color: #008FF0; }
span { border-color: rgb(0,143,240); }
td.TdClassName
{
border-color: #008FF0;
}
.TagClassName
{
border-color: #008FF0;
}
</style>