Shades of Cornflower Blue #74A7FA
Tints of Cornflower Blue #74A7FA
RGB
CMYK
RGB Variations
Color information
#74A7FA (or 0x74A7FA) is known color: Cornflower Blue. HEX triplet: 74, A7 and FA. RGB value is (116,167,250). Sum of RGB (Red+Green+Blue) = 116+167+250=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #74A7FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A7FA is #8B5805. Grayscale: #A0A0A0. Windows color (decimal): -9132038 or 16426868. OLE color: 16426868.
HSL color Cylindrical-coordinate representation of color #74A7FA: hue angle of 217.16º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74A7FA is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 167 | 250 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.02 |
| HSL | 217.16º | 0.93% | 0.72% | - |
| HSV(B) | 217.16º | 0.54% | 0.98% | - |
| XYZ | 38.28 | 38.25 | 95.81 | - |
| YUV | 161.21 | 178.1 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 167 | 250 | 0.54 | 0.33 | 0 | 0.02 | 217.16 | 0.93 | 0.72 |
| Hex | 74 | A7 | FA | 36 | 21 | 0 | 2 | D9 | 5D | 48 |
| Octal | 164 | 247 | 372 | 66 | 41 | 0 | 2 | 331 | 135 | 110 |
| Binary | 1110100 | 10100111 | 11111010 | 110110 | 100001 | 0 | 10 | 11011001 | 1011101 | 1001000 |
Color Harmonies of #74A7FA
Complementary color
Monochromatic Colors of #74A7FA
Black with #74A7FA
Text Example
Text Example
White with #74A7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A7FA; }
p { color: rgb(116,167,250); }
H1.HeaderClassName
{
color: #74A7FA;
}
.AnyTagClassName
{
color: #74A7FA;
}
</style>
background-color css
<style>
a { background-color: #74A7FA; }
a { background-color: rgb(116,167,250); }
div.DivClassName
{
background-color: #74A7FA;
}
.BgClassName
{
background-color: #74A7FA;
}
</style>
border-color css
<style>
span { border-color: #74A7FA; }
span { border-color: rgb(116,167,250); }
td.TdClassName
{
border-color: #74A7FA;
}
.TagClassName
{
border-color: #74A7FA;
}
</style>