Shades of Cornflower Blue #748BED
Tints of Cornflower Blue #748BED
RGB
CMYK
RGB Variations
Color information
#748BED (or 0x748BED) is known color: Cornflower Blue. HEX triplet: 74, 8B and ED. RGB value is (116,139,237). Sum of RGB (Red+Green+Blue) = 116+139+237=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #748BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748BED is #8B7412. Grayscale: #8E8E8E. Windows color (decimal): -9139219 or 15567732. OLE color: 15567732.
HSL color Cylindrical-coordinate representation of color #748BED: hue angle of 228.6º degrees, saturation: 0.77, 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 #748BED is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 139 | 237 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.07 |
| HSL | 228.6º | 0.77% | 0.69% | - |
| HSV(B) | 228.6º | 0.51% | 0.93% | - |
| XYZ | 31.72 | 28.29 | 83.91 | - |
| YUV | 143.3 | 180.88 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 237 | 0.51 | 0.41 | 0 | 0.07 | 228.6 | 0.77 | 0.69 |
| Hex | 74 | 8B | ED | 33 | 29 | 0 | 7 | E5 | 4D | 45 |
| Octal | 164 | 213 | 355 | 63 | 51 | 0 | 7 | 345 | 115 | 105 |
| Binary | 1110100 | 10001011 | 11101101 | 110011 | 101001 | 0 | 111 | 11100101 | 1001101 | 1000101 |
Color Harmonies of #748BED
Complementary color
Monochromatic Colors of #748BED
Black with #748BED
Text Example
Text Example
White with #748BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BED; }
p { color: rgb(116,139,237); }
H1.HeaderClassName
{
color: #748BED;
}
.AnyTagClassName
{
color: #748BED;
}
</style>
background-color css
<style>
a { background-color: #748BED; }
a { background-color: rgb(116,139,237); }
div.DivClassName
{
background-color: #748BED;
}
.BgClassName
{
background-color: #748BED;
}
</style>
border-color css
<style>
span { border-color: #748BED; }
span { border-color: rgb(116,139,237); }
td.TdClassName
{
border-color: #748BED;
}
.TagClassName
{
border-color: #748BED;
}
</style>