Shades of Cornflower Blue #748BFC
Tints of Cornflower Blue #748BFC
RGB
CMYK
RGB Variations
Color information
#748BFC (or 0x748BFC) is known color: Cornflower Blue. HEX triplet: 74, 8B and FC. RGB value is (116,139,252). Sum of RGB (Red+Green+Blue) = 116+139+252=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #748BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748BFC is #8B7403. Grayscale: #909090. Windows color (decimal): -9139204 or 16550772. OLE color: 16550772.
HSL color Cylindrical-coordinate representation of color #748BFC: hue angle of 229.85º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #748BFC is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 139 | 252 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.01 |
| HSL | 229.85º | 0.96% | 0.72% | - |
| HSV(B) | 229.85º | 0.54% | 0.99% | - |
| XYZ | 34.01 | 29.21 | 95.94 | - |
| YUV | 145.01 | 188.38 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 252 | 0.54 | 0.45 | 0 | 0.01 | 229.85 | 0.96 | 0.72 |
| Hex | 74 | 8B | FC | 36 | 2D | 0 | 1 | E6 | 60 | 48 |
| Octal | 164 | 213 | 374 | 66 | 55 | 0 | 1 | 346 | 140 | 110 |
| Binary | 1110100 | 10001011 | 11111100 | 110110 | 101101 | 0 | 1 | 11100110 | 1100000 | 1001000 |
Color Harmonies of #748BFC
Complementary color
Monochromatic Colors of #748BFC
Black with #748BFC
Text Example
Text Example
White with #748BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BFC; }
p { color: rgb(116,139,252); }
H1.HeaderClassName
{
color: #748BFC;
}
.AnyTagClassName
{
color: #748BFC;
}
</style>
background-color css
<style>
a { background-color: #748BFC; }
a { background-color: rgb(116,139,252); }
div.DivClassName
{
background-color: #748BFC;
}
.BgClassName
{
background-color: #748BFC;
}
</style>
border-color css
<style>
span { border-color: #748BFC; }
span { border-color: rgb(116,139,252); }
td.TdClassName
{
border-color: #748BFC;
}
.TagClassName
{
border-color: #748BFC;
}
</style>