Shades of Cornflower Blue #748CFE
Tints of Cornflower Blue #748CFE
RGB
CMYK
RGB Variations
Color information
#748CFE (or 0x748CFE) is known color: Cornflower Blue. HEX triplet: 74, 8C and FE. RGB value is (116,140,254). Sum of RGB (Red+Green+Blue) = 116+140+254=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #748CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748CFE is #8B7301. Grayscale: #919191. Windows color (decimal): -9138946 or 16682100. OLE color: 16682100.
HSL color Cylindrical-coordinate representation of color #748CFE: hue angle of 229.57º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #748CFE is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 140 | 254 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.00 |
| HSL | 229.57º | 0.99% | 0.73% | - |
| HSV(B) | 229.57º | 0.54% | 1% | - |
| XYZ | 34.47 | 29.62 | 97.67 | - |
| YUV | 145.82 | 189.05 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 254 | 0.54 | 0.45 | 0 | 0.00 | 229.57 | 0.99 | 0.73 |
| Hex | 74 | 8C | FE | 36 | 2D | 0 | 0 | E6 | 63 | 49 |
| Octal | 164 | 214 | 376 | 66 | 55 | 0 | 0 | 346 | 143 | 111 |
| Binary | 1110100 | 10001100 | 11111110 | 110110 | 101101 | 0 | 0 | 11100110 | 1100011 | 1001001 |
Color Harmonies of #748CFE
Complementary color
Monochromatic Colors of #748CFE
Black with #748CFE
Text Example
Text Example
White with #748CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CFE; }
p { color: rgb(116,140,254); }
H1.HeaderClassName
{
color: #748CFE;
}
.AnyTagClassName
{
color: #748CFE;
}
</style>
background-color css
<style>
a { background-color: #748CFE; }
a { background-color: rgb(116,140,254); }
div.DivClassName
{
background-color: #748CFE;
}
.BgClassName
{
background-color: #748CFE;
}
</style>
border-color css
<style>
span { border-color: #748CFE; }
span { border-color: rgb(116,140,254); }
td.TdClassName
{
border-color: #748CFE;
}
.TagClassName
{
border-color: #748CFE;
}
</style>