Shades of Cornflower Blue #5C7BFA
Tints of Cornflower Blue #5C7BFA
RGB
CMYK
RGB Variations
Color information
#5C7BFA (or 0x5C7BFA) is known color: Cornflower Blue. HEX triplet: 5C, 7B and FA. RGB value is (92,123,250). Sum of RGB (Red+Green+Blue) = 92+123+250=465 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.78% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C7BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C7BFA is #A38405. Grayscale: #7F7F7F. Windows color (decimal): -10716166 or 16415580. OLE color: 16415580.
HSL color Cylindrical-coordinate representation of color #5C7BFA: hue angle of 228.23º degrees, saturation: 0.94, 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 #5C7BFA is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 123 | 250 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.02 |
| HSL | 228.23º | 0.94% | 0.67% | - |
| HSV(B) | 228.23º | 0.63% | 0.98% | - |
| XYZ | 28.75 | 23.34 | 93.43 | - |
| YUV | 128.21 | 196.73 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 123 | 250 | 0.63 | 0.51 | 0 | 0.02 | 228.23 | 0.94 | 0.67 |
| Hex | 5C | 7B | FA | 3F | 33 | 0 | 2 | E4 | 5E | 43 |
| Octal | 134 | 173 | 372 | 77 | 63 | 0 | 2 | 344 | 136 | 103 |
| Binary | 1011100 | 1111011 | 11111010 | 111111 | 110011 | 0 | 10 | 11100100 | 1011110 | 1000011 |
Color Harmonies of #5C7BFA
Complementary color
Monochromatic Colors of #5C7BFA
Black with #5C7BFA
Text Example
Text Example
White with #5C7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7BFA; }
p { color: rgb(92,123,250); }
H1.HeaderClassName
{
color: #5C7BFA;
}
.AnyTagClassName
{
color: #5C7BFA;
}
</style>
background-color css
<style>
a { background-color: #5C7BFA; }
a { background-color: rgb(92,123,250); }
div.DivClassName
{
background-color: #5C7BFA;
}
.BgClassName
{
background-color: #5C7BFA;
}
</style>
border-color css
<style>
span { border-color: #5C7BFA; }
span { border-color: rgb(92,123,250); }
td.TdClassName
{
border-color: #5C7BFA;
}
.TagClassName
{
border-color: #5C7BFA;
}
</style>