Shades of Cornflower Blue #738AFF
Tints of Cornflower Blue #738AFF
RGB
CMYK
RGB Variations
Color information
#738AFF (or 0x738AFF) is known color: Cornflower Blue. HEX triplet: 73, 8A and FF. RGB value is (115,138,255). Sum of RGB (Red+Green+Blue) = 115+138+255=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #738AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738AFF is #8C7500. Grayscale: #8F8F8F. Windows color (decimal): -9204993 or 16747123. OLE color: 16747123.
HSL color Cylindrical-coordinate representation of color #738AFF: hue angle of 230.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #738AFF is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 138 | 255 | - |
| CMYK | 0.55 | 0.46 | 0 | 0 |
| HSL | 230.14º | 1% | 0.73% | - |
| HSV(B) | 230.14º | 0.55% | 1% | - |
| XYZ | 34.21 | 29.04 | 98.41 | - |
| YUV | 144.46 | 190.38 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 255 | 0.55 | 0.46 | 0 | 0 | 230.14 | 1 | 0.73 |
| Hex | 73 | 8A | FF | 37 | 2E | 0 | 0 | E6 | 64 | 49 |
| Octal | 163 | 212 | 377 | 67 | 56 | 0 | 0 | 346 | 144 | 111 |
| Binary | 1110011 | 10001010 | 11111111 | 110111 | 101110 | 0 | 0 | 11100110 | 1100100 | 1001001 |
Color Harmonies of #738AFF
Complementary color
Monochromatic Colors of #738AFF
Black with #738AFF
Text Example
Text Example
White with #738AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738AFF; }
p { color: rgb(115,138,255); }
H1.HeaderClassName
{
color: #738AFF;
}
.AnyTagClassName
{
color: #738AFF;
}
</style>
background-color css
<style>
a { background-color: #738AFF; }
a { background-color: rgb(115,138,255); }
div.DivClassName
{
background-color: #738AFF;
}
.BgClassName
{
background-color: #738AFF;
}
</style>
border-color css
<style>
span { border-color: #738AFF; }
span { border-color: rgb(115,138,255); }
td.TdClassName
{
border-color: #738AFF;
}
.TagClassName
{
border-color: #738AFF;
}
</style>