Shades of Cornflower Blue #789CFF
Tints of Cornflower Blue #789CFF
RGB
CMYK
RGB Variations
Color information
#789CFF (or 0x789CFF) is known color: Cornflower Blue. HEX triplet: 78, 9C and FF. RGB value is (120,156,255). Sum of RGB (Red+Green+Blue) = 120+156+255=531 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.60% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #789CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789CFF is #876300. Grayscale: #9C9C9C. Windows color (decimal): -8872705 or 16751736. OLE color: 16751736.
HSL color Cylindrical-coordinate representation of color #789CFF: hue angle of 224º 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 #789CFF is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 156 | 255 | - |
| CMYK | 0.53 | 0.39 | 0 | 0 |
| HSL | 224º | 1% | 0.74% | - |
| HSV(B) | 224º | 0.53% | 1% | - |
| XYZ | 37.68 | 34.99 | 99.38 | - |
| YUV | 156.52 | 183.57 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 255 | 0.53 | 0.39 | 0 | 0 | 224 | 1 | 0.74 |
| Hex | 78 | 9C | FF | 35 | 27 | 0 | 0 | E0 | 64 | 4A |
| Octal | 170 | 234 | 377 | 65 | 47 | 0 | 0 | 340 | 144 | 112 |
| Binary | 1111000 | 10011100 | 11111111 | 110101 | 100111 | 0 | 0 | 11100000 | 1100100 | 1001010 |
Color Harmonies of #789CFF
Complementary color
Monochromatic Colors of #789CFF
Black with #789CFF
Text Example
Text Example
White with #789CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789CFF; }
p { color: rgb(120,156,255); }
H1.HeaderClassName
{
color: #789CFF;
}
.AnyTagClassName
{
color: #789CFF;
}
</style>
background-color css
<style>
a { background-color: #789CFF; }
a { background-color: rgb(120,156,255); }
div.DivClassName
{
background-color: #789CFF;
}
.BgClassName
{
background-color: #789CFF;
}
</style>
border-color css
<style>
span { border-color: #789CFF; }
span { border-color: rgb(120,156,255); }
td.TdClassName
{
border-color: #789CFF;
}
.TagClassName
{
border-color: #789CFF;
}
</style>