Shades of Cornflower Blue #788FFB
Tints of Cornflower Blue #788FFB
RGB
CMYK
RGB Variations
Color information
#788FFB (or 0x788FFB) is known color: Cornflower Blue. HEX triplet: 78, 8F and FB. RGB value is (120,143,251). Sum of RGB (Red+Green+Blue) = 120+143+251=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #788FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788FFB is #877004. Grayscale: #939393. Windows color (decimal): -8876037 or 16486264. OLE color: 16486264.
HSL color Cylindrical-coordinate representation of color #788FFB: hue angle of 229.47º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #788FFB is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 143 | 251 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.02 |
| HSL | 229.47º | 0.94% | 0.73% | - |
| HSV(B) | 229.47º | 0.52% | 0.98% | - |
| XYZ | 34.98 | 30.6 | 95.33 | - |
| YUV | 148.44 | 185.88 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 251 | 0.52 | 0.43 | 0 | 0.02 | 229.47 | 0.94 | 0.73 |
| Hex | 78 | 8F | FB | 34 | 2B | 0 | 2 | E5 | 5E | 49 |
| Octal | 170 | 217 | 373 | 64 | 53 | 0 | 2 | 345 | 136 | 111 |
| Binary | 1111000 | 10001111 | 11111011 | 110100 | 101011 | 0 | 10 | 11100101 | 1011110 | 1001001 |
Color Harmonies of #788FFB
Complementary color
Monochromatic Colors of #788FFB
Black with #788FFB
Text Example
Text Example
White with #788FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FFB; }
p { color: rgb(120,143,251); }
H1.HeaderClassName
{
color: #788FFB;
}
.AnyTagClassName
{
color: #788FFB;
}
</style>
background-color css
<style>
a { background-color: #788FFB; }
a { background-color: rgb(120,143,251); }
div.DivClassName
{
background-color: #788FFB;
}
.BgClassName
{
background-color: #788FFB;
}
</style>
border-color css
<style>
span { border-color: #788FFB; }
span { border-color: rgb(120,143,251); }
td.TdClassName
{
border-color: #788FFB;
}
.TagClassName
{
border-color: #788FFB;
}
</style>