Shades of Cornflower Blue #788AFF
Tints of Cornflower Blue #788AFF
RGB
CMYK
RGB Variations
Color information
#788AFF (or 0x788AFF) is known color: Cornflower Blue. HEX triplet: 78, 8A and FF. RGB value is (120,138,255). Sum of RGB (Red+Green+Blue) = 120+138+255=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #788AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788AFF is #877500. Grayscale: #919191. Windows color (decimal): -8877313 or 16747128. OLE color: 16747128.
HSL color Cylindrical-coordinate representation of color #788AFF: hue angle of 232º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #788AFF is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 138 | 255 | - |
| CMYK | 0.53 | 0.46 | 0 | 0 |
| HSL | 232º | 1% | 0.74% | - |
| HSV(B) | 232º | 0.53% | 1% | - |
| XYZ | 34.88 | 29.39 | 98.44 | - |
| YUV | 145.96 | 189.54 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 255 | 0.53 | 0.46 | 0 | 0 | 232 | 1 | 0.74 |
| Hex | 78 | 8A | FF | 35 | 2E | 0 | 0 | E8 | 64 | 4A |
| Octal | 170 | 212 | 377 | 65 | 56 | 0 | 0 | 350 | 144 | 112 |
| Binary | 1111000 | 10001010 | 11111111 | 110101 | 101110 | 0 | 0 | 11101000 | 1100100 | 1001010 |
Color Harmonies of #788AFF
Complementary color
Monochromatic Colors of #788AFF
Black with #788AFF
Text Example
Text Example
White with #788AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788AFF; }
p { color: rgb(120,138,255); }
H1.HeaderClassName
{
color: #788AFF;
}
.AnyTagClassName
{
color: #788AFF;
}
</style>
background-color css
<style>
a { background-color: #788AFF; }
a { background-color: rgb(120,138,255); }
div.DivClassName
{
background-color: #788AFF;
}
.BgClassName
{
background-color: #788AFF;
}
</style>
border-color css
<style>
span { border-color: #788AFF; }
span { border-color: rgb(120,138,255); }
td.TdClassName
{
border-color: #788AFF;
}
.TagClassName
{
border-color: #788AFF;
}
</style>