Shades of Cornflower Blue #748AF4
Tints of Cornflower Blue #748AF4
RGB
CMYK
RGB Variations
Color information
#748AF4 (or 0x748AF4) is known color: Cornflower Blue. HEX triplet: 74, 8A and F4. RGB value is (116,138,244). Sum of RGB (Red+Green+Blue) = 116+138+244=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 244 - color contains mainly: blue. Hex color #748AF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748AF4 is #8B750B. Grayscale: #8F8F8F. Windows color (decimal): -9139468 or 16026228. OLE color: 16026228.
HSL color Cylindrical-coordinate representation of color #748AF4: hue angle of 229.69º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #748AF4 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 138 | 244 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.04 |
| HSL | 229.69º | 0.85% | 0.71% | - |
| HSV(B) | 229.69º | 0.52% | 0.96% | - |
| XYZ | 32.62 | 28.42 | 89.35 | - |
| YUV | 143.51 | 184.71 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 244 | 0.52 | 0.43 | 0 | 0.04 | 229.69 | 0.85 | 0.71 |
| Hex | 74 | 8A | F4 | 34 | 2B | 0 | 4 | E6 | 55 | 47 |
| Octal | 164 | 212 | 364 | 64 | 53 | 0 | 4 | 346 | 125 | 107 |
| Binary | 1110100 | 10001010 | 11110100 | 110100 | 101011 | 0 | 100 | 11100110 | 1010101 | 1000111 |
Color Harmonies of #748AF4
Complementary color
Monochromatic Colors of #748AF4
Black with #748AF4
Text Example
Text Example
White with #748AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748AF4; }
p { color: rgb(116,138,244); }
H1.HeaderClassName
{
color: #748AF4;
}
.AnyTagClassName
{
color: #748AF4;
}
</style>
background-color css
<style>
a { background-color: #748AF4; }
a { background-color: rgb(116,138,244); }
div.DivClassName
{
background-color: #748AF4;
}
.BgClassName
{
background-color: #748AF4;
}
</style>
border-color css
<style>
span { border-color: #748AF4; }
span { border-color: rgb(116,138,244); }
td.TdClassName
{
border-color: #748AF4;
}
.TagClassName
{
border-color: #748AF4;
}
</style>