Shades of Cornflower Blue #748BEA
Tints of Cornflower Blue #748BEA
RGB
CMYK
RGB Variations
Color information
#748BEA (or 0x748BEA) is known color: Cornflower Blue. HEX triplet: 74, 8B and EA. RGB value is (116,139,234). Sum of RGB (Red+Green+Blue) = 116+139+234=489 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.72% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #748BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748BEA is #8B7415. Grayscale: #8E8E8E. Windows color (decimal): -9139222 or 15371124. OLE color: 15371124.
HSL color Cylindrical-coordinate representation of color #748BEA: hue angle of 228.31º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748BEA is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 139 | 234 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.08 |
| HSL | 228.31º | 0.74% | 0.69% | - |
| HSV(B) | 228.31º | 0.5% | 0.92% | - |
| XYZ | 31.29 | 28.12 | 81.62 | - |
| YUV | 142.95 | 179.38 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 234 | 0.50 | 0.41 | 0 | 0.08 | 228.31 | 0.74 | 0.69 |
| Hex | 74 | 8B | EA | 32 | 29 | 0 | 8 | E4 | 4A | 45 |
| Octal | 164 | 213 | 352 | 62 | 51 | 0 | 10 | 344 | 112 | 105 |
| Binary | 1110100 | 10001011 | 11101010 | 110010 | 101001 | 0 | 1000 | 11100100 | 1001010 | 1000101 |
Color Harmonies of #748BEA
Complementary color
Monochromatic Colors of #748BEA
Black with #748BEA
Text Example
Text Example
White with #748BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BEA; }
p { color: rgb(116,139,234); }
H1.HeaderClassName
{
color: #748BEA;
}
.AnyTagClassName
{
color: #748BEA;
}
</style>
background-color css
<style>
a { background-color: #748BEA; }
a { background-color: rgb(116,139,234); }
div.DivClassName
{
background-color: #748BEA;
}
.BgClassName
{
background-color: #748BEA;
}
</style>
border-color css
<style>
span { border-color: #748BEA; }
span { border-color: rgb(116,139,234); }
td.TdClassName
{
border-color: #748BEA;
}
.TagClassName
{
border-color: #748BEA;
}
</style>