Shades of Cornflower Blue #5C84F9
Tints of Cornflower Blue #5C84F9
RGB
CMYK
RGB Variations
Color information
#5C84F9 (or 0x5C84F9) is known color: Cornflower Blue. HEX triplet: 5C, 84 and F9. RGB value is (92,132,249). Sum of RGB (Red+Green+Blue) = 92+132+249=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #5C84F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C84F9 is #A37B06. Grayscale: #848484. Windows color (decimal): -10713863 or 16352348. OLE color: 16352348.
HSL color Cylindrical-coordinate representation of color #5C84F9: hue angle of 224.71º degrees, saturation: 0.93, 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 #5C84F9 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 132 | 249 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.02 |
| HSL | 224.71º | 0.93% | 0.67% | - |
| HSV(B) | 224.71º | 0.63% | 0.98% | - |
| XYZ | 29.76 | 25.62 | 93 | - |
| YUV | 133.38 | 193.25 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 132 | 249 | 0.63 | 0.47 | 0 | 0.02 | 224.71 | 0.93 | 0.67 |
| Hex | 5C | 84 | F9 | 3F | 2F | 0 | 2 | E1 | 5D | 43 |
| Octal | 134 | 204 | 371 | 77 | 57 | 0 | 2 | 341 | 135 | 103 |
| Binary | 1011100 | 10000100 | 11111001 | 111111 | 101111 | 0 | 10 | 11100001 | 1011101 | 1000011 |
Color Harmonies of #5C84F9
Complementary color
Monochromatic Colors of #5C84F9
Black with #5C84F9
Text Example
Text Example
White with #5C84F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C84F9; }
p { color: rgb(92,132,249); }
H1.HeaderClassName
{
color: #5C84F9;
}
.AnyTagClassName
{
color: #5C84F9;
}
</style>
background-color css
<style>
a { background-color: #5C84F9; }
a { background-color: rgb(92,132,249); }
div.DivClassName
{
background-color: #5C84F9;
}
.BgClassName
{
background-color: #5C84F9;
}
</style>
border-color css
<style>
span { border-color: #5C84F9; }
span { border-color: rgb(92,132,249); }
td.TdClassName
{
border-color: #5C84F9;
}
.TagClassName
{
border-color: #5C84F9;
}
</style>