Shades of Dodger Blue #287BFD
Tints of Dodger Blue #287BFD
RGB
CMYK
RGB Variations
Color information
#287BFD (or 0x287BFD) is known color: Dodger Blue. HEX triplet: 28, 7B and FD. RGB value is (40,123,253). Sum of RGB (Red+Green+Blue) = 40+123+253=416 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.62% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #287BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287BFD is #D78402. Grayscale: #707070. Windows color (decimal): -14124035 or 16612136. OLE color: 16612136.
HSL color Cylindrical-coordinate representation of color #287BFD: hue angle of 216.62º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #287BFD is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 123 | 253 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.01 |
| HSL | 216.62º | 0.98% | 0.57% | - |
| HSV(B) | 216.62º | 0.84% | 0.99% | - |
| XYZ | 25.69 | 21.71 | 95.76 | - |
| YUV | 113 | 207 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 253 | 0.84 | 0.51 | 0 | 0.01 | 216.62 | 0.98 | 0.57 |
| Hex | 28 | 7B | FD | 54 | 33 | 0 | 1 | D9 | 62 | 39 |
| Octal | 50 | 173 | 375 | 124 | 63 | 0 | 1 | 331 | 142 | 71 |
| Binary | 101000 | 1111011 | 11111101 | 1010100 | 110011 | 0 | 1 | 11011001 | 1100010 | 111001 |
Color Harmonies of #287BFD
Complementary color
Monochromatic Colors of #287BFD
Black with #287BFD
Text Example
Text Example
White with #287BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287BFD; }
p { color: rgb(40,123,253); }
H1.HeaderClassName
{
color: #287BFD;
}
.AnyTagClassName
{
color: #287BFD;
}
</style>
background-color css
<style>
a { background-color: #287BFD; }
a { background-color: rgb(40,123,253); }
div.DivClassName
{
background-color: #287BFD;
}
.BgClassName
{
background-color: #287BFD;
}
</style>
border-color css
<style>
span { border-color: #287BFD; }
span { border-color: rgb(40,123,253); }
td.TdClassName
{
border-color: #287BFD;
}
.TagClassName
{
border-color: #287BFD;
}
</style>