Shades of Dodger Blue #287CFC
Tints of Dodger Blue #287CFC
RGB
CMYK
RGB Variations
Color information
#287CFC (or 0x287CFC) is known color: Dodger Blue. HEX triplet: 28, 7C and FC. RGB value is (40,124,252). Sum of RGB (Red+Green+Blue) = 40+124+252=416 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.62% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #287CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #287CFC is #D78303. Grayscale: #707070. Windows color (decimal): -14123780 or 16546856. OLE color: 16546856.
HSL color Cylindrical-coordinate representation of color #287CFC: hue angle of 216.23º degrees, saturation: 0.97, 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 #287CFC is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 124 | 252 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.01 |
| HSL | 216.23º | 0.97% | 0.57% | - |
| HSV(B) | 216.23º | 0.84% | 0.99% | - |
| XYZ | 25.65 | 21.89 | 94.97 | - |
| YUV | 113.48 | 206.17 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 124 | 252 | 0.84 | 0.51 | 0 | 0.01 | 216.23 | 0.97 | 0.57 |
| Hex | 28 | 7C | FC | 54 | 33 | 0 | 1 | D8 | 61 | 39 |
| Octal | 50 | 174 | 374 | 124 | 63 | 0 | 1 | 330 | 141 | 71 |
| Binary | 101000 | 1111100 | 11111100 | 1010100 | 110011 | 0 | 1 | 11011000 | 1100001 | 111001 |
Color Harmonies of #287CFC
Complementary color
Monochromatic Colors of #287CFC
Black with #287CFC
Text Example
Text Example
White with #287CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287CFC; }
p { color: rgb(40,124,252); }
H1.HeaderClassName
{
color: #287CFC;
}
.AnyTagClassName
{
color: #287CFC;
}
</style>
background-color css
<style>
a { background-color: #287CFC; }
a { background-color: rgb(40,124,252); }
div.DivClassName
{
background-color: #287CFC;
}
.BgClassName
{
background-color: #287CFC;
}
</style>
border-color css
<style>
span { border-color: #287CFC; }
span { border-color: rgb(40,124,252); }
td.TdClassName
{
border-color: #287CFC;
}
.TagClassName
{
border-color: #287CFC;
}
</style>