Shades of Cornflower Blue #748DDD
Tints of Cornflower Blue #748DDD
RGB
CMYK
RGB Variations
Color information
#748DDD (or 0x748DDD) is known color: Cornflower Blue. HEX triplet: 74, 8D and DD. RGB value is (116,141,221). Sum of RGB (Red+Green+Blue) = 116+141+221=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #748DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DDD is #8B7222. Grayscale: #8E8E8E. Windows color (decimal): -9138723 or 14519668. OLE color: 14519668.
HSL color Cylindrical-coordinate representation of color #748DDD: hue angle of 225.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #748DDD is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 141 | 221 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.13 |
| HSL | 225.71º | 0.61% | 0.66% | - |
| HSV(B) | 225.71º | 0.48% | 0.87% | - |
| XYZ | 29.78 | 27.98 | 72.24 | - |
| YUV | 142.65 | 172.22 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 221 | 0.48 | 0.36 | 0 | 0.13 | 225.71 | 0.61 | 0.66 |
| Hex | 74 | 8D | DD | 30 | 24 | 0 | D | E2 | 3D | 42 |
| Octal | 164 | 215 | 335 | 60 | 44 | 0 | 15 | 342 | 75 | 102 |
| Binary | 1110100 | 10001101 | 11011101 | 110000 | 100100 | 0 | 1101 | 11100010 | 111101 | 1000010 |
Color Harmonies of #748DDD
Complementary color
Monochromatic Colors of #748DDD
Black with #748DDD
Text Example
Text Example
White with #748DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DDD; }
p { color: rgb(116,141,221); }
H1.HeaderClassName
{
color: #748DDD;
}
.AnyTagClassName
{
color: #748DDD;
}
</style>
background-color css
<style>
a { background-color: #748DDD; }
a { background-color: rgb(116,141,221); }
div.DivClassName
{
background-color: #748DDD;
}
.BgClassName
{
background-color: #748DDD;
}
</style>
border-color css
<style>
span { border-color: #748DDD; }
span { border-color: rgb(116,141,221); }
td.TdClassName
{
border-color: #748DDD;
}
.TagClassName
{
border-color: #748DDD;
}
</style>