Shades of Cornflower Blue #5C9AF9
Tints of Cornflower Blue #5C9AF9
RGB
CMYK
RGB Variations
Color information
#5C9AF9 (or 0x5C9AF9) is known color: Cornflower Blue. HEX triplet: 5C, 9A and F9. RGB value is (92,154,249). Sum of RGB (Red+Green+Blue) = 92+154+249=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #5C9AF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9AF9 is #A36506. Grayscale: #919191. Windows color (decimal): -10708231 or 16357980. OLE color: 16357980.
HSL color Cylindrical-coordinate representation of color #5C9AF9: hue angle of 216.31º 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 #5C9AF9 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 92 | 154 | 249 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.02 |
| HSL | 216.31º | 0.93% | 0.67% | - |
| HSV(B) | 216.31º | 0.63% | 0.98% | - |
| XYZ | 33.07 | 32.23 | 94.1 | - |
| YUV | 146.29 | 185.96 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 154 | 249 | 0.63 | 0.38 | 0 | 0.02 | 216.31 | 0.93 | 0.67 |
| Hex | 5C | 9A | F9 | 3F | 26 | 0 | 2 | D8 | 5D | 43 |
| Octal | 134 | 232 | 371 | 77 | 46 | 0 | 2 | 330 | 135 | 103 |
| Binary | 1011100 | 10011010 | 11111001 | 111111 | 100110 | 0 | 10 | 11011000 | 1011101 | 1000011 |
Color Harmonies of #5C9AF9
Complementary color
Monochromatic Colors of #5C9AF9
Black with #5C9AF9
Text Example
Text Example
White with #5C9AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9AF9; }
p { color: rgb(92,154,249); }
H1.HeaderClassName
{
color: #5C9AF9;
}
.AnyTagClassName
{
color: #5C9AF9;
}
</style>
background-color css
<style>
a { background-color: #5C9AF9; }
a { background-color: rgb(92,154,249); }
div.DivClassName
{
background-color: #5C9AF9;
}
.BgClassName
{
background-color: #5C9AF9;
}
</style>
border-color css
<style>
span { border-color: #5C9AF9; }
span { border-color: rgb(92,154,249); }
td.TdClassName
{
border-color: #5C9AF9;
}
.TagClassName
{
border-color: #5C9AF9;
}
</style>