Shades of Cornflower Blue #788FF9
Tints of Cornflower Blue #788FF9
RGB
CMYK
RGB Variations
Color information
#788FF9 (or 0x788FF9) is known color: Cornflower Blue. HEX triplet: 78, 8F and F9. RGB value is (120,143,249). Sum of RGB (Red+Green+Blue) = 120+143+249=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #788FF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788FF9 is #877006. Grayscale: #939393. Windows color (decimal): -8876039 or 16355192. OLE color: 16355192.
HSL color Cylindrical-coordinate representation of color #788FF9: hue angle of 229.3º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #788FF9 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 143 | 249 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.02 |
| HSL | 229.3º | 0.91% | 0.72% | - |
| HSV(B) | 229.3º | 0.52% | 0.98% | - |
| XYZ | 34.67 | 30.48 | 93.68 | - |
| YUV | 148.21 | 184.88 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 249 | 0.52 | 0.43 | 0 | 0.02 | 229.3 | 0.91 | 0.72 |
| Hex | 78 | 8F | F9 | 34 | 2B | 0 | 2 | E5 | 5B | 48 |
| Octal | 170 | 217 | 371 | 64 | 53 | 0 | 2 | 345 | 133 | 110 |
| Binary | 1111000 | 10001111 | 11111001 | 110100 | 101011 | 0 | 10 | 11100101 | 1011011 | 1001000 |
Color Harmonies of #788FF9
Complementary color
Monochromatic Colors of #788FF9
Black with #788FF9
Text Example
Text Example
White with #788FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788FF9; }
p { color: rgb(120,143,249); }
H1.HeaderClassName
{
color: #788FF9;
}
.AnyTagClassName
{
color: #788FF9;
}
</style>
background-color css
<style>
a { background-color: #788FF9; }
a { background-color: rgb(120,143,249); }
div.DivClassName
{
background-color: #788FF9;
}
.BgClassName
{
background-color: #788FF9;
}
</style>
border-color css
<style>
span { border-color: #788FF9; }
span { border-color: rgb(120,143,249); }
td.TdClassName
{
border-color: #788FF9;
}
.TagClassName
{
border-color: #788FF9;
}
</style>