Shades of Cornflower Blue #748CFC
Tints of Cornflower Blue #748CFC
RGB
CMYK
RGB Variations
Color information
#748CFC (or 0x748CFC) is known color: Cornflower Blue. HEX triplet: 74, 8C and FC. RGB value is (116,140,252). Sum of RGB (Red+Green+Blue) = 116+140+252=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #748CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748CFC is #8B7303. Grayscale: #919191. Windows color (decimal): -9138948 or 16551028. OLE color: 16551028.
HSL color Cylindrical-coordinate representation of color #748CFC: hue angle of 229.41º 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 #748CFC is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 140 | 252 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.01 |
| HSL | 229.41º | 0.96% | 0.72% | - |
| HSV(B) | 229.41º | 0.54% | 0.99% | - |
| XYZ | 34.15 | 29.5 | 95.99 | - |
| YUV | 145.59 | 188.05 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 252 | 0.54 | 0.44 | 0 | 0.01 | 229.41 | 0.96 | 0.72 |
| Hex | 74 | 8C | FC | 36 | 2C | 0 | 1 | E5 | 60 | 48 |
| Octal | 164 | 214 | 374 | 66 | 54 | 0 | 1 | 345 | 140 | 110 |
| Binary | 1110100 | 10001100 | 11111100 | 110110 | 101100 | 0 | 1 | 11100101 | 1100000 | 1001000 |
Color Harmonies of #748CFC
Complementary color
Monochromatic Colors of #748CFC
Black with #748CFC
Text Example
Text Example
White with #748CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CFC; }
p { color: rgb(116,140,252); }
H1.HeaderClassName
{
color: #748CFC;
}
.AnyTagClassName
{
color: #748CFC;
}
</style>
background-color css
<style>
a { background-color: #748CFC; }
a { background-color: rgb(116,140,252); }
div.DivClassName
{
background-color: #748CFC;
}
.BgClassName
{
background-color: #748CFC;
}
</style>
border-color css
<style>
span { border-color: #748CFC; }
span { border-color: rgb(116,140,252); }
td.TdClassName
{
border-color: #748CFC;
}
.TagClassName
{
border-color: #748CFC;
}
</style>