Shades of Cornflower Blue #748DF3
Tints of Cornflower Blue #748DF3
RGB
CMYK
RGB Variations
Color information
#748DF3 (or 0x748DF3) is known color: Cornflower Blue. HEX triplet: 74, 8D and F3. RGB value is (116,141,243). Sum of RGB (Red+Green+Blue) = 116+141+243=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #748DF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748DF3 is #8B720C. Grayscale: #909090. Windows color (decimal): -9138701 or 15961460. OLE color: 15961460.
HSL color Cylindrical-coordinate representation of color #748DF3: hue angle of 228.19º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #748DF3 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 141 | 243 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.05 |
| HSL | 228.19º | 0.84% | 0.7% | - |
| HSV(B) | 228.19º | 0.52% | 0.95% | - |
| XYZ | 32.91 | 29.23 | 88.7 | - |
| YUV | 145.15 | 183.22 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 243 | 0.52 | 0.42 | 0 | 0.05 | 228.19 | 0.84 | 0.7 |
| Hex | 74 | 8D | F3 | 34 | 2A | 0 | 5 | E4 | 54 | 46 |
| Octal | 164 | 215 | 363 | 64 | 52 | 0 | 5 | 344 | 124 | 106 |
| Binary | 1110100 | 10001101 | 11110011 | 110100 | 101010 | 0 | 101 | 11100100 | 1010100 | 1000110 |
Color Harmonies of #748DF3
Complementary color
Monochromatic Colors of #748DF3
Black with #748DF3
Text Example
Text Example
White with #748DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DF3; }
p { color: rgb(116,141,243); }
H1.HeaderClassName
{
color: #748DF3;
}
.AnyTagClassName
{
color: #748DF3;
}
</style>
background-color css
<style>
a { background-color: #748DF3; }
a { background-color: rgb(116,141,243); }
div.DivClassName
{
background-color: #748DF3;
}
.BgClassName
{
background-color: #748DF3;
}
</style>
border-color css
<style>
span { border-color: #748DF3; }
span { border-color: rgb(116,141,243); }
td.TdClassName
{
border-color: #748DF3;
}
.TagClassName
{
border-color: #748DF3;
}
</style>