Shades of Cornflower Blue #738BFC
Tints of Cornflower Blue #738BFC
RGB
CMYK
RGB Variations
Color information
#738BFC (or 0x738BFC) is known color: Cornflower Blue. HEX triplet: 73, 8B and FC. RGB value is (115,139,252). Sum of RGB (Red+Green+Blue) = 115+139+252=506 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.73% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #738BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738BFC is #8C7403. Grayscale: #909090. Windows color (decimal): -9204740 or 16550771. OLE color: 16550771.
HSL color Cylindrical-coordinate representation of color #738BFC: hue angle of 229.49º 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 #738BFC is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 139 | 252 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.01 |
| HSL | 229.49º | 0.96% | 0.72% | - |
| HSV(B) | 229.49º | 0.54% | 0.99% | - |
| XYZ | 33.87 | 29.14 | 95.93 | - |
| YUV | 144.71 | 188.55 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 139 | 252 | 0.54 | 0.45 | 0 | 0.01 | 229.49 | 0.96 | 0.72 |
| Hex | 73 | 8B | FC | 36 | 2D | 0 | 1 | E5 | 60 | 48 |
| Octal | 163 | 213 | 374 | 66 | 55 | 0 | 1 | 345 | 140 | 110 |
| Binary | 1110011 | 10001011 | 11111100 | 110110 | 101101 | 0 | 1 | 11100101 | 1100000 | 1001000 |
Color Harmonies of #738BFC
Complementary color
Monochromatic Colors of #738BFC
Black with #738BFC
Text Example
Text Example
White with #738BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738BFC; }
p { color: rgb(115,139,252); }
H1.HeaderClassName
{
color: #738BFC;
}
.AnyTagClassName
{
color: #738BFC;
}
</style>
background-color css
<style>
a { background-color: #738BFC; }
a { background-color: rgb(115,139,252); }
div.DivClassName
{
background-color: #738BFC;
}
.BgClassName
{
background-color: #738BFC;
}
</style>
border-color css
<style>
span { border-color: #738BFC; }
span { border-color: rgb(115,139,252); }
td.TdClassName
{
border-color: #738BFC;
}
.TagClassName
{
border-color: #738BFC;
}
</style>