Shades of Cornflower Blue #748BFD
Tints of Cornflower Blue #748BFD
RGB
CMYK
RGB Variations
Color information
#748BFD (or 0x748BFD) is known color: Cornflower Blue. HEX triplet: 74, 8B and FD. RGB value is (116,139,253). Sum of RGB (Red+Green+Blue) = 116+139+253=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #748BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748BFD is #8B7402. Grayscale: #909090. Windows color (decimal): -9139203 or 16616308. OLE color: 16616308.
HSL color Cylindrical-coordinate representation of color #748BFD: hue angle of 229.93º degrees, saturation: 0.97, 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 #748BFD is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 139 | 253 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.01 |
| HSL | 229.93º | 0.97% | 0.72% | - |
| HSV(B) | 229.93º | 0.54% | 0.99% | - |
| XYZ | 34.16 | 29.27 | 96.78 | - |
| YUV | 145.12 | 188.88 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 253 | 0.54 | 0.45 | 0 | 0.01 | 229.93 | 0.97 | 0.72 |
| Hex | 74 | 8B | FD | 36 | 2D | 0 | 1 | E6 | 61 | 48 |
| Octal | 164 | 213 | 375 | 66 | 55 | 0 | 1 | 346 | 141 | 110 |
| Binary | 1110100 | 10001011 | 11111101 | 110110 | 101101 | 0 | 1 | 11100110 | 1100001 | 1001000 |
Color Harmonies of #748BFD
Complementary color
Monochromatic Colors of #748BFD
Black with #748BFD
Text Example
Text Example
White with #748BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BFD; }
p { color: rgb(116,139,253); }
H1.HeaderClassName
{
color: #748BFD;
}
.AnyTagClassName
{
color: #748BFD;
}
</style>
background-color css
<style>
a { background-color: #748BFD; }
a { background-color: rgb(116,139,253); }
div.DivClassName
{
background-color: #748BFD;
}
.BgClassName
{
background-color: #748BFD;
}
</style>
border-color css
<style>
span { border-color: #748BFD; }
span { border-color: rgb(116,139,253); }
td.TdClassName
{
border-color: #748BFD;
}
.TagClassName
{
border-color: #748BFD;
}
</style>