Shades of Cornflower Blue #748FE4
Tints of Cornflower Blue #748FE4
RGB
CMYK
RGB Variations
Color information
#748FE4 (or 0x748FE4) is known color: Cornflower Blue. HEX triplet: 74, 8F and E4. RGB value is (116,143,228). Sum of RGB (Red+Green+Blue) = 116+143+228=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 228 - color contains mainly: blue. Hex color #748FE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FE4 is #8B701B. Grayscale: #909090. Windows color (decimal): -9138204 or 14978932. OLE color: 14978932.
HSL color Cylindrical-coordinate representation of color #748FE4: hue angle of 225.54º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #748FE4 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 143 | 228 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.11 |
| HSL | 225.54º | 0.67% | 0.67% | - |
| HSV(B) | 225.54º | 0.49% | 0.89% | - |
| XYZ | 31.03 | 28.96 | 77.35 | - |
| YUV | 144.62 | 175.05 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 228 | 0.49 | 0.37 | 0 | 0.11 | 225.54 | 0.67 | 0.67 |
| Hex | 74 | 8F | E4 | 31 | 25 | 0 | B | E2 | 43 | 43 |
| Octal | 164 | 217 | 344 | 61 | 45 | 0 | 13 | 342 | 103 | 103 |
| Binary | 1110100 | 10001111 | 11100100 | 110001 | 100101 | 0 | 1011 | 11100010 | 1000011 | 1000011 |
Color Harmonies of #748FE4
Complementary color
Monochromatic Colors of #748FE4
Black with #748FE4
Text Example
Text Example
White with #748FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748FE4; }
p { color: rgb(116,143,228); }
H1.HeaderClassName
{
color: #748FE4;
}
.AnyTagClassName
{
color: #748FE4;
}
</style>
background-color css
<style>
a { background-color: #748FE4; }
a { background-color: rgb(116,143,228); }
div.DivClassName
{
background-color: #748FE4;
}
.BgClassName
{
background-color: #748FE4;
}
</style>
border-color css
<style>
span { border-color: #748FE4; }
span { border-color: rgb(116,143,228); }
td.TdClassName
{
border-color: #748FE4;
}
.TagClassName
{
border-color: #748FE4;
}
</style>