Shades of Cornflower Blue #5CA9F1
Tints of Cornflower Blue #5CA9F1
RGB
CMYK
RGB Variations
Color information
#5CA9F1 (or 0x5CA9F1) is known color: Cornflower Blue. HEX triplet: 5C, A9 and F1. RGB value is (92,169,241). Sum of RGB (Red+Green+Blue) = 92+169+241=502 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.33% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #5CA9F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA9F1 is #A3560E. Grayscale: #999999. Windows color (decimal): -10704399 or 15837532. OLE color: 15837532.
HSL color Cylindrical-coordinate representation of color #5CA9F1: hue angle of 208.99º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CA9F1 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 92 | 169 | 241 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.05 |
| HSL | 208.99º | 0.84% | 0.65% | - |
| HSV(B) | 208.99º | 0.62% | 0.95% | - |
| XYZ | 34.48 | 37 | 88.54 | - |
| YUV | 154.19 | 176.99 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 169 | 241 | 0.62 | 0.30 | 0 | 0.05 | 208.99 | 0.84 | 0.65 |
| Hex | 5C | A9 | F1 | 3E | 1E | 0 | 5 | D1 | 54 | 41 |
| Octal | 134 | 251 | 361 | 76 | 36 | 0 | 5 | 321 | 124 | 101 |
| Binary | 1011100 | 10101001 | 11110001 | 111110 | 11110 | 0 | 101 | 11010001 | 1010100 | 1000001 |
Color Harmonies of #5CA9F1
Complementary color
Monochromatic Colors of #5CA9F1
Black with #5CA9F1
Text Example
Text Example
White with #5CA9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA9F1; }
p { color: rgb(92,169,241); }
H1.HeaderClassName
{
color: #5CA9F1;
}
.AnyTagClassName
{
color: #5CA9F1;
}
</style>
background-color css
<style>
a { background-color: #5CA9F1; }
a { background-color: rgb(92,169,241); }
div.DivClassName
{
background-color: #5CA9F1;
}
.BgClassName
{
background-color: #5CA9F1;
}
</style>
border-color css
<style>
span { border-color: #5CA9F1; }
span { border-color: rgb(92,169,241); }
td.TdClassName
{
border-color: #5CA9F1;
}
.TagClassName
{
border-color: #5CA9F1;
}
</style>