Shades of Cornflower Blue #5D7FFE
Tints of Cornflower Blue #5D7FFE
RGB
CMYK
RGB Variations
Color information
#5D7FFE (or 0x5D7FFE) is known color: Cornflower Blue. HEX triplet: 5D, 7F and FE. RGB value is (93,127,254). Sum of RGB (Red+Green+Blue) = 93+127+254=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #5D7FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D7FFE is #A28001. Grayscale: #828282. Windows color (decimal): -10649602 or 16678749. OLE color: 16678749.
HSL color Cylindrical-coordinate representation of color #5D7FFE: hue angle of 227.33º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D7FFE is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 127 | 254 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.00 |
| HSL | 227.33º | 0.99% | 0.68% | - |
| HSV(B) | 227.33º | 0.63% | 1% | - |
| XYZ | 29.99 | 24.66 | 96.95 | - |
| YUV | 131.31 | 197.24 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 127 | 254 | 0.63 | 0.50 | 0 | 0.00 | 227.33 | 0.99 | 0.68 |
| Hex | 5D | 7F | FE | 3F | 32 | 0 | 0 | E3 | 63 | 44 |
| Octal | 135 | 177 | 376 | 77 | 62 | 0 | 0 | 343 | 143 | 104 |
| Binary | 1011101 | 1111111 | 11111110 | 111111 | 110010 | 0 | 0 | 11100011 | 1100011 | 1000100 |
Color Harmonies of #5D7FFE
Complementary color
Monochromatic Colors of #5D7FFE
Black with #5D7FFE
Text Example
Text Example
White with #5D7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7FFE; }
p { color: rgb(93,127,254); }
H1.HeaderClassName
{
color: #5D7FFE;
}
.AnyTagClassName
{
color: #5D7FFE;
}
</style>
background-color css
<style>
a { background-color: #5D7FFE; }
a { background-color: rgb(93,127,254); }
div.DivClassName
{
background-color: #5D7FFE;
}
.BgClassName
{
background-color: #5D7FFE;
}
</style>
border-color css
<style>
span { border-color: #5D7FFE; }
span { border-color: rgb(93,127,254); }
td.TdClassName
{
border-color: #5D7FFE;
}
.TagClassName
{
border-color: #5D7FFE;
}
</style>