Shades of Cornflower Blue #748AED
Tints of Cornflower Blue #748AED
RGB
CMYK
RGB Variations
Color information
#748AED (or 0x748AED) is known color: Cornflower Blue. HEX triplet: 74, 8A and ED. RGB value is (116,138,237). Sum of RGB (Red+Green+Blue) = 116+138+237=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #748AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748AED is #8B7512. Grayscale: #8E8E8E. Windows color (decimal): -9139475 or 15567476. OLE color: 15567476.
HSL color Cylindrical-coordinate representation of color #748AED: hue angle of 229.09º 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 #748AED is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 138 | 237 | - |
| CMYK | 0.51 | 0.42 | 0 | 0.07 |
| HSL | 229.09º | 0.77% | 0.69% | - |
| HSV(B) | 229.09º | 0.51% | 0.93% | - |
| XYZ | 31.58 | 28 | 83.86 | - |
| YUV | 142.71 | 181.21 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 237 | 0.51 | 0.42 | 0 | 0.07 | 229.09 | 0.77 | 0.69 |
| Hex | 74 | 8A | ED | 33 | 2A | 0 | 7 | E5 | 4D | 45 |
| Octal | 164 | 212 | 355 | 63 | 52 | 0 | 7 | 345 | 115 | 105 |
| Binary | 1110100 | 10001010 | 11101101 | 110011 | 101010 | 0 | 111 | 11100101 | 1001101 | 1000101 |
Color Harmonies of #748AED
Complementary color
Monochromatic Colors of #748AED
Black with #748AED
Text Example
Text Example
White with #748AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748AED; }
p { color: rgb(116,138,237); }
H1.HeaderClassName
{
color: #748AED;
}
.AnyTagClassName
{
color: #748AED;
}
</style>
background-color css
<style>
a { background-color: #748AED; }
a { background-color: rgb(116,138,237); }
div.DivClassName
{
background-color: #748AED;
}
.BgClassName
{
background-color: #748AED;
}
</style>
border-color css
<style>
span { border-color: #748AED; }
span { border-color: rgb(116,138,237); }
td.TdClassName
{
border-color: #748AED;
}
.TagClassName
{
border-color: #748AED;
}
</style>