Shades of Cornflower Blue #748BF5
Tints of Cornflower Blue #748BF5
RGB
CMYK
RGB Variations
Color information
#748BF5 (or 0x748BF5) is known color: Cornflower Blue. HEX triplet: 74, 8B and F5. RGB value is (116,139,245). Sum of RGB (Red+Green+Blue) = 116+139+245=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 139 (54.69% from 255 or 27.8% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #748BF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748BF5 is #8B740A. Grayscale: #8F8F8F. Windows color (decimal): -9139211 or 16092020. OLE color: 16092020.
HSL color Cylindrical-coordinate representation of color #748BF5: hue angle of 229.3º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #748BF5 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 139 | 245 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.04 |
| HSL | 229.3º | 0.87% | 0.71% | - |
| HSV(B) | 229.3º | 0.53% | 0.96% | - |
| XYZ | 32.92 | 28.77 | 90.2 | - |
| YUV | 144.21 | 184.88 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 245 | 0.53 | 0.43 | 0 | 0.04 | 229.3 | 0.87 | 0.71 |
| Hex | 74 | 8B | F5 | 35 | 2B | 0 | 4 | E5 | 57 | 47 |
| Octal | 164 | 213 | 365 | 65 | 53 | 0 | 4 | 345 | 127 | 107 |
| Binary | 1110100 | 10001011 | 11110101 | 110101 | 101011 | 0 | 100 | 11100101 | 1010111 | 1000111 |
Color Harmonies of #748BF5
Complementary color
Monochromatic Colors of #748BF5
Black with #748BF5
Text Example
Text Example
White with #748BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BF5; }
p { color: rgb(116,139,245); }
H1.HeaderClassName
{
color: #748BF5;
}
.AnyTagClassName
{
color: #748BF5;
}
</style>
background-color css
<style>
a { background-color: #748BF5; }
a { background-color: rgb(116,139,245); }
div.DivClassName
{
background-color: #748BF5;
}
.BgClassName
{
background-color: #748BF5;
}
</style>
border-color css
<style>
span { border-color: #748BF5; }
span { border-color: rgb(116,139,245); }
td.TdClassName
{
border-color: #748BF5;
}
.TagClassName
{
border-color: #748BF5;
}
</style>