Shades of Cornflower Blue #748DE8
Tints of Cornflower Blue #748DE8
RGB
CMYK
RGB Variations
Color information
#748DE8 (or 0x748DE8) is known color: Cornflower Blue. HEX triplet: 74, 8D and E8. RGB value is (116,141,232). Sum of RGB (Red+Green+Blue) = 116+141+232=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 232 - color contains mainly: blue. Hex color #748DE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748DE8 is #8B7217. Grayscale: #8F8F8F. Windows color (decimal): -9138712 or 15240564. OLE color: 15240564.
HSL color Cylindrical-coordinate representation of color #748DE8: hue angle of 227.07º degrees, saturation: 0.72, 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 #748DE8 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 141 | 232 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.09 |
| HSL | 227.07º | 0.72% | 0.68% | - |
| HSV(B) | 227.07º | 0.5% | 0.91% | - |
| XYZ | 31.29 | 28.59 | 80.21 | - |
| YUV | 143.9 | 177.72 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 232 | 0.50 | 0.39 | 0 | 0.09 | 227.07 | 0.72 | 0.68 |
| Hex | 74 | 8D | E8 | 32 | 27 | 0 | 9 | E3 | 48 | 44 |
| Octal | 164 | 215 | 350 | 62 | 47 | 0 | 11 | 343 | 110 | 104 |
| Binary | 1110100 | 10001101 | 11101000 | 110010 | 100111 | 0 | 1001 | 11100011 | 1001000 | 1000100 |
Color Harmonies of #748DE8
Complementary color
Monochromatic Colors of #748DE8
Black with #748DE8
Text Example
Text Example
White with #748DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DE8; }
p { color: rgb(116,141,232); }
H1.HeaderClassName
{
color: #748DE8;
}
.AnyTagClassName
{
color: #748DE8;
}
</style>
background-color css
<style>
a { background-color: #748DE8; }
a { background-color: rgb(116,141,232); }
div.DivClassName
{
background-color: #748DE8;
}
.BgClassName
{
background-color: #748DE8;
}
</style>
border-color css
<style>
span { border-color: #748DE8; }
span { border-color: rgb(116,141,232); }
td.TdClassName
{
border-color: #748DE8;
}
.TagClassName
{
border-color: #748DE8;
}
</style>