Shades of Cornflower Blue #748CF8
Tints of Cornflower Blue #748CF8
RGB
CMYK
RGB Variations
Color information
#748CF8 (or 0x748CF8) is known color: Cornflower Blue. HEX triplet: 74, 8C and F8. RGB value is (116,140,248). Sum of RGB (Red+Green+Blue) = 116+140+248=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #748CF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748CF8 is #8B7307. Grayscale: #909090. Windows color (decimal): -9138952 or 16288884. OLE color: 16288884.
HSL color Cylindrical-coordinate representation of color #748CF8: hue angle of 229.09º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #748CF8 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 140 | 248 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.03 |
| HSL | 229.09º | 0.9% | 0.71% | - |
| HSV(B) | 229.09º | 0.53% | 0.97% | - |
| XYZ | 33.52 | 29.25 | 92.69 | - |
| YUV | 145.14 | 186.05 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 248 | 0.53 | 0.44 | 0 | 0.03 | 229.09 | 0.9 | 0.71 |
| Hex | 74 | 8C | F8 | 35 | 2C | 0 | 3 | E5 | 5A | 47 |
| Octal | 164 | 214 | 370 | 65 | 54 | 0 | 3 | 345 | 132 | 107 |
| Binary | 1110100 | 10001100 | 11111000 | 110101 | 101100 | 0 | 11 | 11100101 | 1011010 | 1000111 |
Color Harmonies of #748CF8
Complementary color
Monochromatic Colors of #748CF8
Black with #748CF8
Text Example
Text Example
White with #748CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CF8; }
p { color: rgb(116,140,248); }
H1.HeaderClassName
{
color: #748CF8;
}
.AnyTagClassName
{
color: #748CF8;
}
</style>
background-color css
<style>
a { background-color: #748CF8; }
a { background-color: rgb(116,140,248); }
div.DivClassName
{
background-color: #748CF8;
}
.BgClassName
{
background-color: #748CF8;
}
</style>
border-color css
<style>
span { border-color: #748CF8; }
span { border-color: rgb(116,140,248); }
td.TdClassName
{
border-color: #748CF8;
}
.TagClassName
{
border-color: #748CF8;
}
</style>