Shades of Cornflower Blue #748DFF
Tints of Cornflower Blue #748DFF
RGB
CMYK
RGB Variations
Color information
#748DFF (or 0x748DFF) is known color: Cornflower Blue. HEX triplet: 74, 8D and FF. RGB value is (116,141,255). Sum of RGB (Red+Green+Blue) = 116+141+255=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #748DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748DFF is #8B7200. Grayscale: #929292. Windows color (decimal): -9138689 or 16747892. OLE color: 16747892.
HSL color Cylindrical-coordinate representation of color #748DFF: hue angle of 229.21º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #748DFF is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 141 | 255 | - |
| CMYK | 0.55 | 0.45 | 0 | 0 |
| HSL | 229.21º | 1% | 0.73% | - |
| HSV(B) | 229.21º | 0.55% | 1% | - |
| XYZ | 34.78 | 29.98 | 98.56 | - |
| YUV | 146.52 | 189.22 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 255 | 0.55 | 0.45 | 0 | 0 | 229.21 | 1 | 0.73 |
| Hex | 74 | 8D | FF | 37 | 2D | 0 | 0 | E5 | 64 | 49 |
| Octal | 164 | 215 | 377 | 67 | 55 | 0 | 0 | 345 | 144 | 111 |
| Binary | 1110100 | 10001101 | 11111111 | 110111 | 101101 | 0 | 0 | 11100101 | 1100100 | 1001001 |
Color Harmonies of #748DFF
Complementary color
Monochromatic Colors of #748DFF
Black with #748DFF
Text Example
Text Example
White with #748DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DFF; }
p { color: rgb(116,141,255); }
H1.HeaderClassName
{
color: #748DFF;
}
.AnyTagClassName
{
color: #748DFF;
}
</style>
background-color css
<style>
a { background-color: #748DFF; }
a { background-color: rgb(116,141,255); }
div.DivClassName
{
background-color: #748DFF;
}
.BgClassName
{
background-color: #748DFF;
}
</style>
border-color css
<style>
span { border-color: #748DFF; }
span { border-color: rgb(116,141,255); }
td.TdClassName
{
border-color: #748DFF;
}
.TagClassName
{
border-color: #748DFF;
}
</style>