Shades of Cornflower Blue #78A1FA
Tints of Cornflower Blue #78A1FA
RGB
CMYK
RGB Variations
Color information
#78A1FA (or 0x78A1FA) is known color: Cornflower Blue. HEX triplet: 78, A1 and FA. RGB value is (120,161,250). Sum of RGB (Red+Green+Blue) = 120+161+250=531 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.60% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #78A1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A1FA is #875E05. Grayscale: #9E9E9E. Windows color (decimal): -8871430 or 16425336. OLE color: 16425336.
HSL color Cylindrical-coordinate representation of color #78A1FA: hue angle of 221.08º degrees, saturation: 0.93, 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 #78A1FA is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 161 | 250 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.02 |
| HSL | 221.08º | 0.93% | 0.73% | - |
| HSV(B) | 221.08º | 0.52% | 0.98% | - |
| XYZ | 37.75 | 36.38 | 95.48 | - |
| YUV | 158.89 | 179.42 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 250 | 0.52 | 0.36 | 0 | 0.02 | 221.08 | 0.93 | 0.73 |
| Hex | 78 | A1 | FA | 34 | 24 | 0 | 2 | DD | 5D | 49 |
| Octal | 170 | 241 | 372 | 64 | 44 | 0 | 2 | 335 | 135 | 111 |
| Binary | 1111000 | 10100001 | 11111010 | 110100 | 100100 | 0 | 10 | 11011101 | 1011101 | 1001001 |
Color Harmonies of #78A1FA
Complementary color
Monochromatic Colors of #78A1FA
Black with #78A1FA
Text Example
Text Example
White with #78A1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A1FA; }
p { color: rgb(120,161,250); }
H1.HeaderClassName
{
color: #78A1FA;
}
.AnyTagClassName
{
color: #78A1FA;
}
</style>
background-color css
<style>
a { background-color: #78A1FA; }
a { background-color: rgb(120,161,250); }
div.DivClassName
{
background-color: #78A1FA;
}
.BgClassName
{
background-color: #78A1FA;
}
</style>
border-color css
<style>
span { border-color: #78A1FA; }
span { border-color: rgb(120,161,250); }
td.TdClassName
{
border-color: #78A1FA;
}
.TagClassName
{
border-color: #78A1FA;
}
</style>