Shades of Cornflower Blue #5C84FA
Tints of Cornflower Blue #5C84FA
RGB
CMYK
RGB Variations
Color information
#5C84FA (or 0x5C84FA) is known color: Cornflower Blue. HEX triplet: 5C, 84 and FA. RGB value is (92,132,250). Sum of RGB (Red+Green+Blue) = 92+132+250=474 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.41% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #5C84FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C84FA is #A37B05. Grayscale: #848484. Windows color (decimal): -10713862 or 16417884. OLE color: 16417884.
HSL color Cylindrical-coordinate representation of color #5C84FA: hue angle of 224.81º 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 #5C84FA is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 132 | 250 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.02 |
| HSL | 224.81º | 0.94% | 0.67% | - |
| HSV(B) | 224.81º | 0.63% | 0.98% | - |
| XYZ | 29.92 | 25.68 | 93.82 | - |
| YUV | 133.49 | 193.75 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 132 | 250 | 0.63 | 0.47 | 0 | 0.02 | 224.81 | 0.94 | 0.67 |
| Hex | 5C | 84 | FA | 3F | 2F | 0 | 2 | E1 | 5E | 43 |
| Octal | 134 | 204 | 372 | 77 | 57 | 0 | 2 | 341 | 136 | 103 |
| Binary | 1011100 | 10000100 | 11111010 | 111111 | 101111 | 0 | 10 | 11100001 | 1011110 | 1000011 |
Color Harmonies of #5C84FA
Complementary color
Monochromatic Colors of #5C84FA
Black with #5C84FA
Text Example
Text Example
White with #5C84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C84FA; }
p { color: rgb(92,132,250); }
H1.HeaderClassName
{
color: #5C84FA;
}
.AnyTagClassName
{
color: #5C84FA;
}
</style>
background-color css
<style>
a { background-color: #5C84FA; }
a { background-color: rgb(92,132,250); }
div.DivClassName
{
background-color: #5C84FA;
}
.BgClassName
{
background-color: #5C84FA;
}
</style>
border-color css
<style>
span { border-color: #5C84FA; }
span { border-color: rgb(92,132,250); }
td.TdClassName
{
border-color: #5C84FA;
}
.TagClassName
{
border-color: #5C84FA;
}
</style>