Shades of Cornflower Blue #5C8BFA
Tints of Cornflower Blue #5C8BFA
RGB
CMYK
RGB Variations
Color information
#5C8BFA (or 0x5C8BFA) is known color: Cornflower Blue. HEX triplet: 5C, 8B and FA. RGB value is (92,139,250). Sum of RGB (Red+Green+Blue) = 92+139+250=481 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.13% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C8BFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C8BFA is #A37405. Grayscale: #898989. Windows color (decimal): -10712070 or 16419676. OLE color: 16419676.
HSL color Cylindrical-coordinate representation of color #5C8BFA: hue angle of 222.15º 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 #5C8BFA is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 139 | 250 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.02 |
| HSL | 222.15º | 0.94% | 0.67% | - |
| HSV(B) | 222.15º | 0.63% | 0.98% | - |
| XYZ | 30.9 | 27.64 | 94.15 | - |
| YUV | 137.6 | 191.43 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 139 | 250 | 0.63 | 0.44 | 0 | 0.02 | 222.15 | 0.94 | 0.67 |
| Hex | 5C | 8B | FA | 3F | 2C | 0 | 2 | DE | 5E | 43 |
| Octal | 134 | 213 | 372 | 77 | 54 | 0 | 2 | 336 | 136 | 103 |
| Binary | 1011100 | 10001011 | 11111010 | 111111 | 101100 | 0 | 10 | 11011110 | 1011110 | 1000011 |
Color Harmonies of #5C8BFA
Complementary color
Monochromatic Colors of #5C8BFA
Black with #5C8BFA
Text Example
Text Example
White with #5C8BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8BFA; }
p { color: rgb(92,139,250); }
H1.HeaderClassName
{
color: #5C8BFA;
}
.AnyTagClassName
{
color: #5C8BFA;
}
</style>
background-color css
<style>
a { background-color: #5C8BFA; }
a { background-color: rgb(92,139,250); }
div.DivClassName
{
background-color: #5C8BFA;
}
.BgClassName
{
background-color: #5C8BFA;
}
</style>
border-color css
<style>
span { border-color: #5C8BFA; }
span { border-color: rgb(92,139,250); }
td.TdClassName
{
border-color: #5C8BFA;
}
.TagClassName
{
border-color: #5C8BFA;
}
</style>