Shades of Cornflower Blue #748EDC
Tints of Cornflower Blue #748EDC
RGB
CMYK
RGB Variations
Color information
#748EDC (or 0x748EDC) is known color: Cornflower Blue. HEX triplet: 74, 8E and DC. RGB value is (116,142,220). Sum of RGB (Red+Green+Blue) = 116+142+220=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #748EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748EDC is #8B7123. Grayscale: #8E8E8E. Windows color (decimal): -9138468 or 14454388. OLE color: 14454388.
HSL color Cylindrical-coordinate representation of color #748EDC: hue angle of 225º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #748EDC is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 142 | 220 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.14 |
| HSL | 225º | 0.6% | 0.66% | - |
| HSV(B) | 225º | 0.47% | 0.86% | - |
| XYZ | 29.79 | 28.23 | 71.59 | - |
| YUV | 143.12 | 171.39 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 220 | 0.47 | 0.35 | 0 | 0.14 | 225 | 0.6 | 0.66 |
| Hex | 74 | 8E | DC | 2F | 23 | 0 | E | E1 | 3C | 42 |
| Octal | 164 | 216 | 334 | 57 | 43 | 0 | 16 | 341 | 74 | 102 |
| Binary | 1110100 | 10001110 | 11011100 | 101111 | 100011 | 0 | 1110 | 11100001 | 111100 | 1000010 |
Color Harmonies of #748EDC
Complementary color
Monochromatic Colors of #748EDC
Black with #748EDC
Text Example
Text Example
White with #748EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748EDC; }
p { color: rgb(116,142,220); }
H1.HeaderClassName
{
color: #748EDC;
}
.AnyTagClassName
{
color: #748EDC;
}
</style>
background-color css
<style>
a { background-color: #748EDC; }
a { background-color: rgb(116,142,220); }
div.DivClassName
{
background-color: #748EDC;
}
.BgClassName
{
background-color: #748EDC;
}
</style>
border-color css
<style>
span { border-color: #748EDC; }
span { border-color: rgb(116,142,220); }
td.TdClassName
{
border-color: #748EDC;
}
.TagClassName
{
border-color: #748EDC;
}
</style>