Shades of Cornflower Blue #74A2F3
Tints of Cornflower Blue #74A2F3
RGB
CMYK
RGB Variations
Color information
#74A2F3 (or 0x74A2F3) is known color: Cornflower Blue. HEX triplet: 74, A2 and F3. RGB value is (116,162,243). Sum of RGB (Red+Green+Blue) = 116+162+243=521 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.26% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #74A2F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74A2F3 is #8B5D0C. Grayscale: #9D9D9D. Windows color (decimal): -9133325 or 15966836. OLE color: 15966836.
HSL color Cylindrical-coordinate representation of color #74A2F3: hue angle of 218.27º degrees, saturation: 0.84, 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 #74A2F3 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 162 | 243 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.05 |
| HSL | 218.27º | 0.84% | 0.7% | - |
| HSV(B) | 218.27º | 0.52% | 0.95% | - |
| XYZ | 36.3 | 36.02 | 89.83 | - |
| YUV | 157.48 | 176.26 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 243 | 0.52 | 0.33 | 0 | 0.05 | 218.27 | 0.84 | 0.7 |
| Hex | 74 | A2 | F3 | 34 | 21 | 0 | 5 | DA | 54 | 46 |
| Octal | 164 | 242 | 363 | 64 | 41 | 0 | 5 | 332 | 124 | 106 |
| Binary | 1110100 | 10100010 | 11110011 | 110100 | 100001 | 0 | 101 | 11011010 | 1010100 | 1000110 |
Color Harmonies of #74A2F3
Complementary color
Monochromatic Colors of #74A2F3
Black with #74A2F3
Text Example
Text Example
White with #74A2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A2F3; }
p { color: rgb(116,162,243); }
H1.HeaderClassName
{
color: #74A2F3;
}
.AnyTagClassName
{
color: #74A2F3;
}
</style>
background-color css
<style>
a { background-color: #74A2F3; }
a { background-color: rgb(116,162,243); }
div.DivClassName
{
background-color: #74A2F3;
}
.BgClassName
{
background-color: #74A2F3;
}
</style>
border-color css
<style>
span { border-color: #74A2F3; }
span { border-color: rgb(116,162,243); }
td.TdClassName
{
border-color: #74A2F3;
}
.TagClassName
{
border-color: #74A2F3;
}
</style>