Shades of Cornflower Blue #748FFF
Tints of Cornflower Blue #748FFF
RGB
CMYK
RGB Variations
Color information
#748FFF (or 0x748FFF) is known color: Cornflower Blue. HEX triplet: 74, 8F and FF. RGB value is (116,143,255). Sum of RGB (Red+Green+Blue) = 116+143+255=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #748FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748FFF is #8B7000. Grayscale: #939393. Windows color (decimal): -9138177 or 16748404. OLE color: 16748404.
HSL color Cylindrical-coordinate representation of color #748FFF: hue angle of 228.35º 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 #748FFF is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 143 | 255 | - |
| CMYK | 0.55 | 0.44 | 0 | 0 |
| HSL | 228.35º | 1% | 0.73% | - |
| HSV(B) | 228.35º | 0.55% | 1% | - |
| XYZ | 35.07 | 30.58 | 98.66 | - |
| YUV | 147.7 | 188.55 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 255 | 0.55 | 0.44 | 0 | 0 | 228.35 | 1 | 0.73 |
| Hex | 74 | 8F | FF | 37 | 2C | 0 | 0 | E4 | 64 | 49 |
| Octal | 164 | 217 | 377 | 67 | 54 | 0 | 0 | 344 | 144 | 111 |
| Binary | 1110100 | 10001111 | 11111111 | 110111 | 101100 | 0 | 0 | 11100100 | 1100100 | 1001001 |
Color Harmonies of #748FFF
Complementary color
Monochromatic Colors of #748FFF
Black with #748FFF
Text Example
Text Example
White with #748FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748FFF; }
p { color: rgb(116,143,255); }
H1.HeaderClassName
{
color: #748FFF;
}
.AnyTagClassName
{
color: #748FFF;
}
</style>
background-color css
<style>
a { background-color: #748FFF; }
a { background-color: rgb(116,143,255); }
div.DivClassName
{
background-color: #748FFF;
}
.BgClassName
{
background-color: #748FFF;
}
</style>
border-color css
<style>
span { border-color: #748FFF; }
span { border-color: rgb(116,143,255); }
td.TdClassName
{
border-color: #748FFF;
}
.TagClassName
{
border-color: #748FFF;
}
</style>