Shades of Cornflower Blue #7F90FB
Tints of Cornflower Blue #7F90FB
RGB
CMYK
RGB Variations
Color information
#7F90FB (or 0x7F90FB) is known color: Cornflower Blue. HEX triplet: 7F, 90 and FB. RGB value is (127,144,251). Sum of RGB (Red+Green+Blue) = 127+144+251=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #7F90FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F90FB is #806F04. Grayscale: #969696. Windows color (decimal): -8417029 or 16486527. OLE color: 16486527.
HSL color Cylindrical-coordinate representation of color #7F90FB: hue angle of 231.77º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F90FB is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 144 | 251 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.02 |
| HSL | 231.77º | 0.94% | 0.74% | - |
| HSV(B) | 231.77º | 0.49% | 0.98% | - |
| XYZ | 36.14 | 31.42 | 95.43 | - |
| YUV | 151.12 | 184.37 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 251 | 0.49 | 0.43 | 0 | 0.02 | 231.77 | 0.94 | 0.74 |
| Hex | 7F | 90 | FB | 31 | 2B | 0 | 2 | E8 | 5E | 4A |
| Octal | 177 | 220 | 373 | 61 | 53 | 0 | 2 | 350 | 136 | 112 |
| Binary | 1111111 | 10010000 | 11111011 | 110001 | 101011 | 0 | 10 | 11101000 | 1011110 | 1001010 |
Color Harmonies of #7F90FB
Complementary color
Monochromatic Colors of #7F90FB
Black with #7F90FB
Text Example
Text Example
White with #7F90FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F90FB; }
p { color: rgb(127,144,251); }
H1.HeaderClassName
{
color: #7F90FB;
}
.AnyTagClassName
{
color: #7F90FB;
}
</style>
background-color css
<style>
a { background-color: #7F90FB; }
a { background-color: rgb(127,144,251); }
div.DivClassName
{
background-color: #7F90FB;
}
.BgClassName
{
background-color: #7F90FB;
}
</style>
border-color css
<style>
span { border-color: #7F90FB; }
span { border-color: rgb(127,144,251); }
td.TdClassName
{
border-color: #7F90FB;
}
.TagClassName
{
border-color: #7F90FB;
}
</style>