Shades of Cornflower Blue #788AFB
Tints of Cornflower Blue #788AFB
RGB
CMYK
RGB Variations
Color information
#788AFB (or 0x788AFB) is known color: Cornflower Blue. HEX triplet: 78, 8A and FB. RGB value is (120,138,251). Sum of RGB (Red+Green+Blue) = 120+138+251=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #788AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788AFB is #877504. Grayscale: #919191. Windows color (decimal): -8877317 or 16484984. OLE color: 16484984.
HSL color Cylindrical-coordinate representation of color #788AFB: hue angle of 231.76º 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 #788AFB is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 138 | 251 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.02 |
| HSL | 231.76º | 0.94% | 0.73% | - |
| HSV(B) | 231.76º | 0.52% | 0.98% | - |
| XYZ | 34.25 | 29.14 | 95.09 | - |
| YUV | 145.5 | 187.54 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 251 | 0.52 | 0.45 | 0 | 0.02 | 231.76 | 0.94 | 0.73 |
| Hex | 78 | 8A | FB | 34 | 2D | 0 | 2 | E8 | 5E | 49 |
| Octal | 170 | 212 | 373 | 64 | 55 | 0 | 2 | 350 | 136 | 111 |
| Binary | 1111000 | 10001010 | 11111011 | 110100 | 101101 | 0 | 10 | 11101000 | 1011110 | 1001001 |
Color Harmonies of #788AFB
Complementary color
Monochromatic Colors of #788AFB
Black with #788AFB
Text Example
Text Example
White with #788AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788AFB; }
p { color: rgb(120,138,251); }
H1.HeaderClassName
{
color: #788AFB;
}
.AnyTagClassName
{
color: #788AFB;
}
</style>
background-color css
<style>
a { background-color: #788AFB; }
a { background-color: rgb(120,138,251); }
div.DivClassName
{
background-color: #788AFB;
}
.BgClassName
{
background-color: #788AFB;
}
</style>
border-color css
<style>
span { border-color: #788AFB; }
span { border-color: rgb(120,138,251); }
td.TdClassName
{
border-color: #788AFB;
}
.TagClassName
{
border-color: #788AFB;
}
</style>