Shades of Cornflower Blue #748FE8
Tints of Cornflower Blue #748FE8
RGB
CMYK
RGB Variations
Color information
#748FE8 (or 0x748FE8) is known color: Cornflower Blue. HEX triplet: 74, 8F and E8. RGB value is (116,143,232). Sum of RGB (Red+Green+Blue) = 116+143+232=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #748FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748FE8 is #8B7017. Grayscale: #909090. Windows color (decimal): -9138200 or 15241076. OLE color: 15241076.
HSL color Cylindrical-coordinate representation of color #748FE8: hue angle of 226.03º 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 #748FE8 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 143 | 232 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.09 |
| HSL | 226.03º | 0.72% | 0.68% | - |
| HSV(B) | 226.03º | 0.5% | 0.91% | - |
| XYZ | 31.59 | 29.18 | 80.31 | - |
| YUV | 145.07 | 177.05 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 232 | 0.50 | 0.38 | 0 | 0.09 | 226.03 | 0.72 | 0.68 |
| Hex | 74 | 8F | E8 | 32 | 26 | 0 | 9 | E2 | 48 | 44 |
| Octal | 164 | 217 | 350 | 62 | 46 | 0 | 11 | 342 | 110 | 104 |
| Binary | 1110100 | 10001111 | 11101000 | 110010 | 100110 | 0 | 1001 | 11100010 | 1001000 | 1000100 |
Color Harmonies of #748FE8
Complementary color
Monochromatic Colors of #748FE8
Black with #748FE8
Text Example
Text Example
White with #748FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748FE8; }
p { color: rgb(116,143,232); }
H1.HeaderClassName
{
color: #748FE8;
}
.AnyTagClassName
{
color: #748FE8;
}
</style>
background-color css
<style>
a { background-color: #748FE8; }
a { background-color: rgb(116,143,232); }
div.DivClassName
{
background-color: #748FE8;
}
.BgClassName
{
background-color: #748FE8;
}
</style>
border-color css
<style>
span { border-color: #748FE8; }
span { border-color: rgb(116,143,232); }
td.TdClassName
{
border-color: #748FE8;
}
.TagClassName
{
border-color: #748FE8;
}
</style>