Shades of Dodger Blue #287BFE
Tints of Dodger Blue #287BFE
RGB
CMYK
RGB Variations
Color information
#287BFE (or 0x287BFE) is known color: Dodger Blue. HEX triplet: 28, 7B and FE. RGB value is (40,123,254). Sum of RGB (Red+Green+Blue) = 40+123+254=417 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.59% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #287BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287BFE is #D78401. Grayscale: #707070. Windows color (decimal): -14124034 or 16677672. OLE color: 16677672.
HSL color Cylindrical-coordinate representation of color #287BFE: hue angle of 216.73º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287BFE is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 123 | 254 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.00 |
| HSL | 216.73º | 0.99% | 0.58% | - |
| HSV(B) | 216.73º | 0.84% | 1% | - |
| XYZ | 25.85 | 21.77 | 96.61 | - |
| YUV | 113.12 | 207.5 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 254 | 0.84 | 0.52 | 0 | 0.00 | 216.73 | 0.99 | 0.58 |
| Hex | 28 | 7B | FE | 54 | 34 | 0 | 0 | D9 | 63 | 3A |
| Octal | 50 | 173 | 376 | 124 | 64 | 0 | 0 | 331 | 143 | 72 |
| Binary | 101000 | 1111011 | 11111110 | 1010100 | 110100 | 0 | 0 | 11011001 | 1100011 | 111010 |
Color Harmonies of #287BFE
Complementary color
Monochromatic Colors of #287BFE
Black with #287BFE
Text Example
Text Example
White with #287BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287BFE; }
p { color: rgb(40,123,254); }
H1.HeaderClassName
{
color: #287BFE;
}
.AnyTagClassName
{
color: #287BFE;
}
</style>
background-color css
<style>
a { background-color: #287BFE; }
a { background-color: rgb(40,123,254); }
div.DivClassName
{
background-color: #287BFE;
}
.BgClassName
{
background-color: #287BFE;
}
</style>
border-color css
<style>
span { border-color: #287BFE; }
span { border-color: rgb(40,123,254); }
td.TdClassName
{
border-color: #287BFE;
}
.TagClassName
{
border-color: #287BFE;
}
</style>