Shades of Royal Blue #4287EF
Tints of Royal Blue #4287EF
RGB
CMYK
RGB Variations
Color information
#4287EF (or 0x4287EF) is known color: Royal Blue. HEX triplet: 42, 87 and EF. RGB value is (66,135,239). Sum of RGB (Red+Green+Blue) = 66+135+239=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #4287EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4287EF is #BD7810. Grayscale: #7D7D7D. Windows color (decimal): -12417041 or 15697730. OLE color: 15697730.
HSL color Cylindrical-coordinate representation of color #4287EF: hue angle of 216.07º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4287EF is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 135 | 239 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.06 |
| HSL | 216.07º | 0.84% | 0.6% | - |
| HSV(B) | 216.07º | 0.72% | 0.94% | - |
| XYZ | 26.49 | 24.72 | 85.04 | - |
| YUV | 126.23 | 191.64 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 135 | 239 | 0.72 | 0.44 | 0 | 0.06 | 216.07 | 0.84 | 0.6 |
| Hex | 42 | 87 | EF | 48 | 2C | 0 | 6 | D8 | 54 | 3C |
| Octal | 102 | 207 | 357 | 110 | 54 | 0 | 6 | 330 | 124 | 74 |
| Binary | 1000010 | 10000111 | 11101111 | 1001000 | 101100 | 0 | 110 | 11011000 | 1010100 | 111100 |
Color Harmonies of #4287EF
Complementary color
Monochromatic Colors of #4287EF
Black with #4287EF
Text Example
Text Example
White with #4287EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4287EF; }
p { color: rgb(66,135,239); }
H1.HeaderClassName
{
color: #4287EF;
}
.AnyTagClassName
{
color: #4287EF;
}
</style>
background-color css
<style>
a { background-color: #4287EF; }
a { background-color: rgb(66,135,239); }
div.DivClassName
{
background-color: #4287EF;
}
.BgClassName
{
background-color: #4287EF;
}
</style>
border-color css
<style>
span { border-color: #4287EF; }
span { border-color: rgb(66,135,239); }
td.TdClassName
{
border-color: #4287EF;
}
.TagClassName
{
border-color: #4287EF;
}
</style>