Shades of Cornflower Blue #748EDD
Tints of Cornflower Blue #748EDD
RGB
CMYK
RGB Variations
Color information
#748EDD (or 0x748EDD) is known color: Cornflower Blue. HEX triplet: 74, 8E and DD. RGB value is (116,142,221). Sum of RGB (Red+Green+Blue) = 116+142+221=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #748EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748EDD is #8B7122. Grayscale: #8E8E8E. Windows color (decimal): -9138467 or 14519924. OLE color: 14519924.
HSL color Cylindrical-coordinate representation of color #748EDD: hue angle of 225.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #748EDD is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 142 | 221 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.13 |
| HSL | 225.14º | 0.61% | 0.66% | - |
| HSV(B) | 225.14º | 0.48% | 0.87% | - |
| XYZ | 29.93 | 28.28 | 72.29 | - |
| YUV | 143.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 221 | 0.48 | 0.36 | 0 | 0.13 | 225.14 | 0.61 | 0.66 |
| Hex | 74 | 8E | DD | 30 | 24 | 0 | D | E1 | 3D | 42 |
| Octal | 164 | 216 | 335 | 60 | 44 | 0 | 15 | 341 | 75 | 102 |
| Binary | 1110100 | 10001110 | 11011101 | 110000 | 100100 | 0 | 1101 | 11100001 | 111101 | 1000010 |
Color Harmonies of #748EDD
Complementary color
Monochromatic Colors of #748EDD
Black with #748EDD
Text Example
Text Example
White with #748EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748EDD; }
p { color: rgb(116,142,221); }
H1.HeaderClassName
{
color: #748EDD;
}
.AnyTagClassName
{
color: #748EDD;
}
</style>
background-color css
<style>
a { background-color: #748EDD; }
a { background-color: rgb(116,142,221); }
div.DivClassName
{
background-color: #748EDD;
}
.BgClassName
{
background-color: #748EDD;
}
</style>
border-color css
<style>
span { border-color: #748EDD; }
span { border-color: rgb(116,142,221); }
td.TdClassName
{
border-color: #748EDD;
}
.TagClassName
{
border-color: #748EDD;
}
</style>