Shades of Cornflower Blue #749AF2
Tints of Cornflower Blue #749AF2
RGB
CMYK
RGB Variations
Color information
#749AF2 (or 0x749AF2) is known color: Cornflower Blue. HEX triplet: 74, 9A and F2. RGB value is (116,154,242). Sum of RGB (Red+Green+Blue) = 116+154+242=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #749AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749AF2 is #8B650D. Grayscale: #989898. Windows color (decimal): -9135374 or 15899252. OLE color: 15899252.
HSL color Cylindrical-coordinate representation of color #749AF2: hue angle of 221.9º 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 #749AF2 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 154 | 242 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.05 |
| HSL | 221.9º | 0.83% | 0.7% | - |
| HSV(B) | 221.9º | 0.52% | 0.95% | - |
| XYZ | 34.79 | 33.24 | 88.59 | - |
| YUV | 152.67 | 178.41 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 242 | 0.52 | 0.36 | 0 | 0.05 | 221.9 | 0.83 | 0.7 |
| Hex | 74 | 9A | F2 | 34 | 24 | 0 | 5 | DE | 53 | 46 |
| Octal | 164 | 232 | 362 | 64 | 44 | 0 | 5 | 336 | 123 | 106 |
| Binary | 1110100 | 10011010 | 11110010 | 110100 | 100100 | 0 | 101 | 11011110 | 1010011 | 1000110 |
Color Harmonies of #749AF2
Complementary color
Monochromatic Colors of #749AF2
Black with #749AF2
Text Example
Text Example
White with #749AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749AF2; }
p { color: rgb(116,154,242); }
H1.HeaderClassName
{
color: #749AF2;
}
.AnyTagClassName
{
color: #749AF2;
}
</style>
background-color css
<style>
a { background-color: #749AF2; }
a { background-color: rgb(116,154,242); }
div.DivClassName
{
background-color: #749AF2;
}
.BgClassName
{
background-color: #749AF2;
}
</style>
border-color css
<style>
span { border-color: #749AF2; }
span { border-color: rgb(116,154,242); }
td.TdClassName
{
border-color: #749AF2;
}
.TagClassName
{
border-color: #749AF2;
}
</style>