Shades of Cornflower Blue #748AE7
Tints of Cornflower Blue #748AE7
RGB
CMYK
RGB Variations
Color information
#748AE7 (or 0x748AE7) is known color: Cornflower Blue. HEX triplet: 74, 8A and E7. RGB value is (116,138,231). Sum of RGB (Red+Green+Blue) = 116+138+231=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #748AE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748AE7 is #8B7518. Grayscale: #8D8D8D. Windows color (decimal): -9139481 or 15174260. OLE color: 15174260.
HSL color Cylindrical-coordinate representation of color #748AE7: hue angle of 228.52º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748AE7 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 138 | 231 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.09 |
| HSL | 228.52º | 0.71% | 0.68% | - |
| HSV(B) | 228.52º | 0.5% | 0.91% | - |
| XYZ | 30.71 | 27.66 | 79.32 | - |
| YUV | 142.02 | 178.21 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 231 | 0.50 | 0.40 | 0 | 0.09 | 228.52 | 0.71 | 0.68 |
| Hex | 74 | 8A | E7 | 32 | 28 | 0 | 9 | E5 | 47 | 44 |
| Octal | 164 | 212 | 347 | 62 | 50 | 0 | 11 | 345 | 107 | 104 |
| Binary | 1110100 | 10001010 | 11100111 | 110010 | 101000 | 0 | 1001 | 11100101 | 1000111 | 1000100 |
Color Harmonies of #748AE7
Complementary color
Monochromatic Colors of #748AE7
Black with #748AE7
Text Example
Text Example
White with #748AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748AE7; }
p { color: rgb(116,138,231); }
H1.HeaderClassName
{
color: #748AE7;
}
.AnyTagClassName
{
color: #748AE7;
}
</style>
background-color css
<style>
a { background-color: #748AE7; }
a { background-color: rgb(116,138,231); }
div.DivClassName
{
background-color: #748AE7;
}
.BgClassName
{
background-color: #748AE7;
}
</style>
border-color css
<style>
span { border-color: #748AE7; }
span { border-color: rgb(116,138,231); }
td.TdClassName
{
border-color: #748AE7;
}
.TagClassName
{
border-color: #748AE7;
}
</style>