Shades of Cornflower Blue #748DF8
Tints of Cornflower Blue #748DF8
RGB
CMYK
RGB Variations
Color information
#748DF8 (or 0x748DF8) is known color: Cornflower Blue. HEX triplet: 74, 8D and F8. RGB value is (116,141,248). Sum of RGB (Red+Green+Blue) = 116+141+248=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 248 - color contains mainly: blue. Hex color #748DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748DF8 is #8B7207. Grayscale: #919191. Windows color (decimal): -9138696 or 16289140. OLE color: 16289140.
HSL color Cylindrical-coordinate representation of color #748DF8: hue angle of 228.64º 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 #748DF8 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 141 | 248 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.03 |
| HSL | 228.64º | 0.9% | 0.71% | - |
| HSV(B) | 228.64º | 0.53% | 0.97% | - |
| XYZ | 33.67 | 29.54 | 92.73 | - |
| YUV | 145.72 | 185.72 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 248 | 0.53 | 0.43 | 0 | 0.03 | 228.64 | 0.9 | 0.71 |
| Hex | 74 | 8D | F8 | 35 | 2B | 0 | 3 | E5 | 5A | 47 |
| Octal | 164 | 215 | 370 | 65 | 53 | 0 | 3 | 345 | 132 | 107 |
| Binary | 1110100 | 10001101 | 11111000 | 110101 | 101011 | 0 | 11 | 11100101 | 1011010 | 1000111 |
Color Harmonies of #748DF8
Complementary color
Monochromatic Colors of #748DF8
Black with #748DF8
Text Example
Text Example
White with #748DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DF8; }
p { color: rgb(116,141,248); }
H1.HeaderClassName
{
color: #748DF8;
}
.AnyTagClassName
{
color: #748DF8;
}
</style>
background-color css
<style>
a { background-color: #748DF8; }
a { background-color: rgb(116,141,248); }
div.DivClassName
{
background-color: #748DF8;
}
.BgClassName
{
background-color: #748DF8;
}
</style>
border-color css
<style>
span { border-color: #748DF8; }
span { border-color: rgb(116,141,248); }
td.TdClassName
{
border-color: #748DF8;
}
.TagClassName
{
border-color: #748DF8;
}
</style>