Shades of Cornflower Blue #5D9CFA
Tints of Cornflower Blue #5D9CFA
RGB
CMYK
RGB Variations
Color information
#5D9CFA (or 0x5D9CFA) is known color: Cornflower Blue. HEX triplet: 5D, 9C and FA. RGB value is (93,156,250). Sum of RGB (Red+Green+Blue) = 93+156+250=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #5D9CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D9CFA is #A26305. Grayscale: #939393. Windows color (decimal): -10642182 or 16424029. OLE color: 16424029.
HSL color Cylindrical-coordinate representation of color #5D9CFA: hue angle of 215.92º 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 #5D9CFA is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 156 | 250 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.02 |
| HSL | 215.92º | 0.94% | 0.67% | - |
| HSV(B) | 215.92º | 0.63% | 0.98% | - |
| XYZ | 33.66 | 33.01 | 95.04 | - |
| YUV | 147.88 | 185.63 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 156 | 250 | 0.63 | 0.38 | 0 | 0.02 | 215.92 | 0.94 | 0.67 |
| Hex | 5D | 9C | FA | 3F | 26 | 0 | 2 | D8 | 5E | 43 |
| Octal | 135 | 234 | 372 | 77 | 46 | 0 | 2 | 330 | 136 | 103 |
| Binary | 1011101 | 10011100 | 11111010 | 111111 | 100110 | 0 | 10 | 11011000 | 1011110 | 1000011 |
Color Harmonies of #5D9CFA
Complementary color
Monochromatic Colors of #5D9CFA
Black with #5D9CFA
Text Example
Text Example
White with #5D9CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9CFA; }
p { color: rgb(93,156,250); }
H1.HeaderClassName
{
color: #5D9CFA;
}
.AnyTagClassName
{
color: #5D9CFA;
}
</style>
background-color css
<style>
a { background-color: #5D9CFA; }
a { background-color: rgb(93,156,250); }
div.DivClassName
{
background-color: #5D9CFA;
}
.BgClassName
{
background-color: #5D9CFA;
}
</style>
border-color css
<style>
span { border-color: #5D9CFA; }
span { border-color: rgb(93,156,250); }
td.TdClassName
{
border-color: #5D9CFA;
}
.TagClassName
{
border-color: #5D9CFA;
}
</style>