Shades of Cornflower Blue #5D7FFB
Tints of Cornflower Blue #5D7FFB
RGB
CMYK
RGB Variations
Color information
#5D7FFB (or 0x5D7FFB) is known color: Cornflower Blue. HEX triplet: 5D, 7F and FB. RGB value is (93,127,251). Sum of RGB (Red+Green+Blue) = 93+127+251=471 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.75% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #5D7FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D7FFB is #A28004. Grayscale: #828282. Windows color (decimal): -10649605 or 16482141. OLE color: 16482141.
HSL color Cylindrical-coordinate representation of color #5D7FFB: hue angle of 227.09º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D7FFB is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 127 | 251 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.02 |
| HSL | 227.09º | 0.95% | 0.67% | - |
| HSV(B) | 227.09º | 0.63% | 0.98% | - |
| XYZ | 29.52 | 24.47 | 94.43 | - |
| YUV | 130.97 | 195.74 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 127 | 251 | 0.63 | 0.49 | 0 | 0.02 | 227.09 | 0.95 | 0.67 |
| Hex | 5D | 7F | FB | 3F | 31 | 0 | 2 | E3 | 5F | 43 |
| Octal | 135 | 177 | 373 | 77 | 61 | 0 | 2 | 343 | 137 | 103 |
| Binary | 1011101 | 1111111 | 11111011 | 111111 | 110001 | 0 | 10 | 11100011 | 1011111 | 1000011 |
Color Harmonies of #5D7FFB
Complementary color
Monochromatic Colors of #5D7FFB
Black with #5D7FFB
Text Example
Text Example
White with #5D7FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7FFB; }
p { color: rgb(93,127,251); }
H1.HeaderClassName
{
color: #5D7FFB;
}
.AnyTagClassName
{
color: #5D7FFB;
}
</style>
background-color css
<style>
a { background-color: #5D7FFB; }
a { background-color: rgb(93,127,251); }
div.DivClassName
{
background-color: #5D7FFB;
}
.BgClassName
{
background-color: #5D7FFB;
}
</style>
border-color css
<style>
span { border-color: #5D7FFB; }
span { border-color: rgb(93,127,251); }
td.TdClassName
{
border-color: #5D7FFB;
}
.TagClassName
{
border-color: #5D7FFB;
}
</style>