Shades of Cornflower Blue #78A5FE
Tints of Cornflower Blue #78A5FE
RGB
CMYK
RGB Variations
Color information
#78A5FE (or 0x78A5FE) is known color: Cornflower Blue. HEX triplet: 78, A5 and FE. RGB value is (120,165,254). Sum of RGB (Red+Green+Blue) = 120+165+254=539 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.26% from 539); Green value is 165 (64.84% from 255 or 30.61% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #78A5FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A5FE is #875A01. Grayscale: #A1A1A1. Windows color (decimal): -8870402 or 16688504. OLE color: 16688504.
HSL color Cylindrical-coordinate representation of color #78A5FE: hue angle of 219.85º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78A5FE is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 165 | 254 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.00 |
| HSL | 219.85º | 0.99% | 0.73% | - |
| HSV(B) | 219.85º | 0.53% | 1% | - |
| XYZ | 39.09 | 38.06 | 99.05 | - |
| YUV | 161.69 | 180.09 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 165 | 254 | 0.53 | 0.35 | 0 | 0.00 | 219.85 | 0.99 | 0.73 |
| Hex | 78 | A5 | FE | 35 | 23 | 0 | 0 | DC | 63 | 49 |
| Octal | 170 | 245 | 376 | 65 | 43 | 0 | 0 | 334 | 143 | 111 |
| Binary | 1111000 | 10100101 | 11111110 | 110101 | 100011 | 0 | 0 | 11011100 | 1100011 | 1001001 |
Color Harmonies of #78A5FE
Complementary color
Monochromatic Colors of #78A5FE
Black with #78A5FE
Text Example
Text Example
White with #78A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A5FE; }
p { color: rgb(120,165,254); }
H1.HeaderClassName
{
color: #78A5FE;
}
.AnyTagClassName
{
color: #78A5FE;
}
</style>
background-color css
<style>
a { background-color: #78A5FE; }
a { background-color: rgb(120,165,254); }
div.DivClassName
{
background-color: #78A5FE;
}
.BgClassName
{
background-color: #78A5FE;
}
</style>
border-color css
<style>
span { border-color: #78A5FE; }
span { border-color: rgb(120,165,254); }
td.TdClassName
{
border-color: #78A5FE;
}
.TagClassName
{
border-color: #78A5FE;
}
</style>