Shades of Cornflower Blue #748DFB
Tints of Cornflower Blue #748DFB
RGB
CMYK
RGB Variations
Color information
#748DFB (or 0x748DFB) is known color: Cornflower Blue. HEX triplet: 74, 8D and FB. RGB value is (116,141,251). Sum of RGB (Red+Green+Blue) = 116+141+251=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #748DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748DFB is #8B7204. Grayscale: #919191. Windows color (decimal): -9138693 or 16485748. OLE color: 16485748.
HSL color Cylindrical-coordinate representation of color #748DFB: hue angle of 228.89º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #748DFB is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 141 | 251 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.02 |
| HSL | 228.89º | 0.94% | 0.72% | - |
| HSV(B) | 228.89º | 0.54% | 0.98% | - |
| XYZ | 34.14 | 29.73 | 95.21 | - |
| YUV | 146.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 251 | 0.54 | 0.44 | 0 | 0.02 | 228.89 | 0.94 | 0.72 |
| Hex | 74 | 8D | FB | 36 | 2C | 0 | 2 | E5 | 5E | 48 |
| Octal | 164 | 215 | 373 | 66 | 54 | 0 | 2 | 345 | 136 | 110 |
| Binary | 1110100 | 10001101 | 11111011 | 110110 | 101100 | 0 | 10 | 11100101 | 1011110 | 1001000 |
Color Harmonies of #748DFB
Complementary color
Monochromatic Colors of #748DFB
Black with #748DFB
Text Example
Text Example
White with #748DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DFB; }
p { color: rgb(116,141,251); }
H1.HeaderClassName
{
color: #748DFB;
}
.AnyTagClassName
{
color: #748DFB;
}
</style>
background-color css
<style>
a { background-color: #748DFB; }
a { background-color: rgb(116,141,251); }
div.DivClassName
{
background-color: #748DFB;
}
.BgClassName
{
background-color: #748DFB;
}
</style>
border-color css
<style>
span { border-color: #748DFB; }
span { border-color: rgb(116,141,251); }
td.TdClassName
{
border-color: #748DFB;
}
.TagClassName
{
border-color: #748DFB;
}
</style>