Shades of Cornflower Blue #748CEE
Tints of Cornflower Blue #748CEE
RGB
CMYK
RGB Variations
Color information
#748CEE (or 0x748CEE) is known color: Cornflower Blue. HEX triplet: 74, 8C and EE. RGB value is (116,140,238). Sum of RGB (Red+Green+Blue) = 116+140+238=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #748CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748CEE is #8B7311. Grayscale: #8F8F8F. Windows color (decimal): -9138962 or 15633524. OLE color: 15633524.
HSL color Cylindrical-coordinate representation of color #748CEE: hue angle of 228.2º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #748CEE is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 140 | 238 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.07 |
| HSL | 228.2º | 0.78% | 0.69% | - |
| HSV(B) | 228.2º | 0.51% | 0.93% | - |
| XYZ | 32.01 | 28.64 | 84.73 | - |
| YUV | 144 | 181.05 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 238 | 0.51 | 0.41 | 0 | 0.07 | 228.2 | 0.78 | 0.69 |
| Hex | 74 | 8C | EE | 33 | 29 | 0 | 7 | E4 | 4E | 45 |
| Octal | 164 | 214 | 356 | 63 | 51 | 0 | 7 | 344 | 116 | 105 |
| Binary | 1110100 | 10001100 | 11101110 | 110011 | 101001 | 0 | 111 | 11100100 | 1001110 | 1000101 |
Color Harmonies of #748CEE
Complementary color
Monochromatic Colors of #748CEE
Black with #748CEE
Text Example
Text Example
White with #748CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CEE; }
p { color: rgb(116,140,238); }
H1.HeaderClassName
{
color: #748CEE;
}
.AnyTagClassName
{
color: #748CEE;
}
</style>
background-color css
<style>
a { background-color: #748CEE; }
a { background-color: rgb(116,140,238); }
div.DivClassName
{
background-color: #748CEE;
}
.BgClassName
{
background-color: #748CEE;
}
</style>
border-color css
<style>
span { border-color: #748CEE; }
span { border-color: rgb(116,140,238); }
td.TdClassName
{
border-color: #748CEE;
}
.TagClassName
{
border-color: #748CEE;
}
</style>