Shades of Dodger Blue #287CFA
Tints of Dodger Blue #287CFA
RGB
CMYK
RGB Variations
Color information
#287CFA (or 0x287CFA) is known color: Dodger Blue. HEX triplet: 28, 7C and FA. RGB value is (40,124,250). Sum of RGB (Red+Green+Blue) = 40+124+250=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #287CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287CFA is #D78305. Grayscale: #707070. Windows color (decimal): -14123782 or 16415784. OLE color: 16415784.
HSL color Cylindrical-coordinate representation of color #287CFA: hue angle of 216º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287CFA is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 124 | 250 | - |
| CMYK | 0.84 | 0.50 | 0 | 0.02 |
| HSL | 216º | 0.95% | 0.57% | - |
| HSV(B) | 216º | 0.84% | 0.98% | - |
| XYZ | 25.34 | 21.77 | 93.31 | - |
| YUV | 113.25 | 205.17 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 250 | 0.84 | 0.50 | 0 | 0.02 | 216 | 0.95 | 0.57 |
| Hex | 28 | 7C | FA | 54 | 32 | 0 | 2 | D8 | 5F | 39 |
| Octal | 50 | 174 | 372 | 124 | 62 | 0 | 2 | 330 | 137 | 71 |
| Binary | 101000 | 1111100 | 11111010 | 1010100 | 110010 | 0 | 10 | 11011000 | 1011111 | 111001 |
Color Harmonies of #287CFA
Complementary color
Monochromatic Colors of #287CFA
Black with #287CFA
Text Example
Text Example
White with #287CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287CFA; }
p { color: rgb(40,124,250); }
H1.HeaderClassName
{
color: #287CFA;
}
.AnyTagClassName
{
color: #287CFA;
}
</style>
background-color css
<style>
a { background-color: #287CFA; }
a { background-color: rgb(40,124,250); }
div.DivClassName
{
background-color: #287CFA;
}
.BgClassName
{
background-color: #287CFA;
}
</style>
border-color css
<style>
span { border-color: #287CFA; }
span { border-color: rgb(40,124,250); }
td.TdClassName
{
border-color: #287CFA;
}
.TagClassName
{
border-color: #287CFA;
}
</style>