Shades of Cornflower Blue #3F90EB
Tints of Cornflower Blue #3F90EB
RGB
CMYK
RGB Variations
Color information
#3F90EB (or 0x3F90EB) is known color: Cornflower Blue. HEX triplet: 3F, 90 and EB. RGB value is (63,144,235). Sum of RGB (Red+Green+Blue) = 63+144+235=442 (58% of max value = 765). Red value is 63 (25% from 255 or 14.25% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #3F90EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3F90EB is #C06F14. Grayscale: #818181. Windows color (decimal): -12611349 or 15437887. OLE color: 15437887.
HSL color Cylindrical-coordinate representation of color #3F90EB: hue angle of 211.74º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F90EB is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 144 | 235 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.08 |
| HSL | 211.74º | 0.81% | 0.58% | - |
| HSV(B) | 211.74º | 0.73% | 0.92% | - |
| XYZ | 27.02 | 27 | 82.39 | - |
| YUV | 130.16 | 187.16 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 235 | 0.73 | 0.39 | 0 | 0.08 | 211.74 | 0.81 | 0.58 |
| Hex | 3F | 90 | EB | 49 | 27 | 0 | 8 | D4 | 51 | 3A |
| Octal | 77 | 220 | 353 | 111 | 47 | 0 | 10 | 324 | 121 | 72 |
| Binary | 111111 | 10010000 | 11101011 | 1001001 | 100111 | 0 | 1000 | 11010100 | 1010001 | 111010 |
Color Harmonies of #3F90EB
Complementary color
Monochromatic Colors of #3F90EB
Black with #3F90EB
Text Example
Text Example
White with #3F90EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F90EB; }
p { color: rgb(63,144,235); }
H1.HeaderClassName
{
color: #3F90EB;
}
.AnyTagClassName
{
color: #3F90EB;
}
</style>
background-color css
<style>
a { background-color: #3F90EB; }
a { background-color: rgb(63,144,235); }
div.DivClassName
{
background-color: #3F90EB;
}
.BgClassName
{
background-color: #3F90EB;
}
</style>
border-color css
<style>
span { border-color: #3F90EB; }
span { border-color: rgb(63,144,235); }
td.TdClassName
{
border-color: #3F90EB;
}
.TagClassName
{
border-color: #3F90EB;
}
</style>