Shades of Cornflower Blue #74A2F2
Tints of Cornflower Blue #74A2F2
RGB
CMYK
RGB Variations
Color information
#74A2F2 (or 0x74A2F2) is known color: Cornflower Blue. HEX triplet: 74, A2 and F2. RGB value is (116,162,242). Sum of RGB (Red+Green+Blue) = 116+162+242=520 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.31% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #74A2F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A2F2 is #8B5D0D. Grayscale: #9D9D9D. Windows color (decimal): -9133326 or 15901300. OLE color: 15901300.
HSL color Cylindrical-coordinate representation of color #74A2F2: hue angle of 218.1º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74A2F2 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 162 | 242 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.05 |
| HSL | 218.1º | 0.83% | 0.7% | - |
| HSV(B) | 218.1º | 0.52% | 0.95% | - |
| XYZ | 36.15 | 35.96 | 89.04 | - |
| YUV | 157.37 | 175.76 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 242 | 0.52 | 0.33 | 0 | 0.05 | 218.1 | 0.83 | 0.7 |
| Hex | 74 | A2 | F2 | 34 | 21 | 0 | 5 | DA | 53 | 46 |
| Octal | 164 | 242 | 362 | 64 | 41 | 0 | 5 | 332 | 123 | 106 |
| Binary | 1110100 | 10100010 | 11110010 | 110100 | 100001 | 0 | 101 | 11011010 | 1010011 | 1000110 |
Color Harmonies of #74A2F2
Complementary color
Monochromatic Colors of #74A2F2
Black with #74A2F2
Text Example
Text Example
White with #74A2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A2F2; }
p { color: rgb(116,162,242); }
H1.HeaderClassName
{
color: #74A2F2;
}
.AnyTagClassName
{
color: #74A2F2;
}
</style>
background-color css
<style>
a { background-color: #74A2F2; }
a { background-color: rgb(116,162,242); }
div.DivClassName
{
background-color: #74A2F2;
}
.BgClassName
{
background-color: #74A2F2;
}
</style>
border-color css
<style>
span { border-color: #74A2F2; }
span { border-color: rgb(116,162,242); }
td.TdClassName
{
border-color: #74A2F2;
}
.TagClassName
{
border-color: #74A2F2;
}
</style>