Shades of Cornflower Blue #788BFD
Tints of Cornflower Blue #788BFD
RGB
CMYK
RGB Variations
Color information
#788BFD (or 0x788BFD) is known color: Cornflower Blue. HEX triplet: 78, 8B and FD. RGB value is (120,139,253). Sum of RGB (Red+Green+Blue) = 120+139+253=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #788BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788BFD is #877402. Grayscale: #919191. Windows color (decimal): -8877059 or 16616312. OLE color: 16616312.
HSL color Cylindrical-coordinate representation of color #788BFD: hue angle of 231.43º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #788BFD is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 139 | 253 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.01 |
| HSL | 231.43º | 0.97% | 0.73% | - |
| HSV(B) | 231.43º | 0.53% | 0.99% | - |
| XYZ | 34.71 | 29.55 | 96.8 | - |
| YUV | 146.32 | 188.21 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 253 | 0.53 | 0.45 | 0 | 0.01 | 231.43 | 0.97 | 0.73 |
| Hex | 78 | 8B | FD | 35 | 2D | 0 | 1 | E7 | 61 | 49 |
| Octal | 170 | 213 | 375 | 65 | 55 | 0 | 1 | 347 | 141 | 111 |
| Binary | 1111000 | 10001011 | 11111101 | 110101 | 101101 | 0 | 1 | 11100111 | 1100001 | 1001001 |
Color Harmonies of #788BFD
Complementary color
Monochromatic Colors of #788BFD
Black with #788BFD
Text Example
Text Example
White with #788BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BFD; }
p { color: rgb(120,139,253); }
H1.HeaderClassName
{
color: #788BFD;
}
.AnyTagClassName
{
color: #788BFD;
}
</style>
background-color css
<style>
a { background-color: #788BFD; }
a { background-color: rgb(120,139,253); }
div.DivClassName
{
background-color: #788BFD;
}
.BgClassName
{
background-color: #788BFD;
}
</style>
border-color css
<style>
span { border-color: #788BFD; }
span { border-color: rgb(120,139,253); }
td.TdClassName
{
border-color: #788BFD;
}
.TagClassName
{
border-color: #788BFD;
}
</style>