Shades of Cornflower Blue #78A1F8
Tints of Cornflower Blue #78A1F8
RGB
CMYK
RGB Variations
Color information
#78A1F8 (or 0x78A1F8) is known color: Cornflower Blue. HEX triplet: 78, A1 and F8. RGB value is (120,161,248). Sum of RGB (Red+Green+Blue) = 120+161+248=529 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.68% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 248 (97.27% from 255 or 46.88% from 529); Max value from RGB is 248 - color contains mainly: blue. Hex color #78A1F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A1F8 is #875E07. Grayscale: #9E9E9E. Windows color (decimal): -8871432 or 16294264. OLE color: 16294264.
HSL color Cylindrical-coordinate representation of color #78A1F8: hue angle of 220.78º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78A1F8 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 161 | 248 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.03 |
| HSL | 220.78º | 0.9% | 0.72% | - |
| HSV(B) | 220.78º | 0.52% | 0.97% | - |
| XYZ | 37.43 | 36.26 | 93.83 | - |
| YUV | 158.66 | 178.42 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 248 | 0.52 | 0.35 | 0 | 0.03 | 220.78 | 0.9 | 0.72 |
| Hex | 78 | A1 | F8 | 34 | 23 | 0 | 3 | DD | 5A | 48 |
| Octal | 170 | 241 | 370 | 64 | 43 | 0 | 3 | 335 | 132 | 110 |
| Binary | 1111000 | 10100001 | 11111000 | 110100 | 100011 | 0 | 11 | 11011101 | 1011010 | 1001000 |
Color Harmonies of #78A1F8
Complementary color
Monochromatic Colors of #78A1F8
Black with #78A1F8
Text Example
Text Example
White with #78A1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A1F8; }
p { color: rgb(120,161,248); }
H1.HeaderClassName
{
color: #78A1F8;
}
.AnyTagClassName
{
color: #78A1F8;
}
</style>
background-color css
<style>
a { background-color: #78A1F8; }
a { background-color: rgb(120,161,248); }
div.DivClassName
{
background-color: #78A1F8;
}
.BgClassName
{
background-color: #78A1F8;
}
</style>
border-color css
<style>
span { border-color: #78A1F8; }
span { border-color: rgb(120,161,248); }
td.TdClassName
{
border-color: #78A1F8;
}
.TagClassName
{
border-color: #78A1F8;
}
</style>