Shades of Cornflower Blue #5F90ED
Tints of Cornflower Blue #5F90ED
RGB
CMYK
RGB Variations
Color information
#5F90ED (or 0x5F90ED) is known color: Cornflower Blue. HEX triplet: 5F, 90 and ED. RGB value is (95,144,237). Sum of RGB (Red+Green+Blue) = 95+144+237=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #5F90ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F90ED is #A06F12. Grayscale: #8B8B8B. Windows color (decimal): -10514195 or 15568991. OLE color: 15568991.
HSL color Cylindrical-coordinate representation of color #5F90ED: hue angle of 219.3º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F90ED is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 95 | 144 | 237 | - |
| CMYK | 0.60 | 0.39 | 0 | 0.07 |
| HSL | 219.3º | 0.8% | 0.65% | - |
| HSV(B) | 219.3º | 0.6% | 0.93% | - |
| XYZ | 29.98 | 28.49 | 84.04 | - |
| YUV | 139.95 | 182.77 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 144 | 237 | 0.60 | 0.39 | 0 | 0.07 | 219.3 | 0.8 | 0.65 |
| Hex | 5F | 90 | ED | 3C | 27 | 0 | 7 | DB | 50 | 41 |
| Octal | 137 | 220 | 355 | 74 | 47 | 0 | 7 | 333 | 120 | 101 |
| Binary | 1011111 | 10010000 | 11101101 | 111100 | 100111 | 0 | 111 | 11011011 | 1010000 | 1000001 |
Color Harmonies of #5F90ED
Complementary color
Monochromatic Colors of #5F90ED
Black with #5F90ED
Text Example
Text Example
White with #5F90ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F90ED; }
p { color: rgb(95,144,237); }
H1.HeaderClassName
{
color: #5F90ED;
}
.AnyTagClassName
{
color: #5F90ED;
}
</style>
background-color css
<style>
a { background-color: #5F90ED; }
a { background-color: rgb(95,144,237); }
div.DivClassName
{
background-color: #5F90ED;
}
.BgClassName
{
background-color: #5F90ED;
}
</style>
border-color css
<style>
span { border-color: #5F90ED; }
span { border-color: rgb(95,144,237); }
td.TdClassName
{
border-color: #5F90ED;
}
.TagClassName
{
border-color: #5F90ED;
}
</style>