Shades of Cornflower Blue #5CA2F5
Tints of Cornflower Blue #5CA2F5
RGB
CMYK
RGB Variations
Color information
#5CA2F5 (or 0x5CA2F5) is known color: Cornflower Blue. HEX triplet: 5C, A2 and F5. RGB value is (92,162,245). Sum of RGB (Red+Green+Blue) = 92+162+245=499 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.44% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #5CA2F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA2F5 is #A35D0A. Grayscale: #969696. Windows color (decimal): -10706187 or 16097884. OLE color: 16097884.
HSL color Cylindrical-coordinate representation of color #5CA2F5: hue angle of 212.55º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5CA2F5 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 162 | 245 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.04 |
| HSL | 212.55º | 0.88% | 0.66% | - |
| HSV(B) | 212.55º | 0.62% | 0.96% | - |
| XYZ | 33.82 | 34.71 | 91.3 | - |
| YUV | 150.53 | 181.31 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 162 | 245 | 0.62 | 0.34 | 0 | 0.04 | 212.55 | 0.88 | 0.66 |
| Hex | 5C | A2 | F5 | 3E | 22 | 0 | 4 | D5 | 58 | 42 |
| Octal | 134 | 242 | 365 | 76 | 42 | 0 | 4 | 325 | 130 | 102 |
| Binary | 1011100 | 10100010 | 11110101 | 111110 | 100010 | 0 | 100 | 11010101 | 1011000 | 1000010 |
Color Harmonies of #5CA2F5
Complementary color
Monochromatic Colors of #5CA2F5
Black with #5CA2F5
Text Example
Text Example
White with #5CA2F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA2F5; }
p { color: rgb(92,162,245); }
H1.HeaderClassName
{
color: #5CA2F5;
}
.AnyTagClassName
{
color: #5CA2F5;
}
</style>
background-color css
<style>
a { background-color: #5CA2F5; }
a { background-color: rgb(92,162,245); }
div.DivClassName
{
background-color: #5CA2F5;
}
.BgClassName
{
background-color: #5CA2F5;
}
</style>
border-color css
<style>
span { border-color: #5CA2F5; }
span { border-color: rgb(92,162,245); }
td.TdClassName
{
border-color: #5CA2F5;
}
.TagClassName
{
border-color: #5CA2F5;
}
</style>