Shades of Cornflower Blue #738AF8
Tints of Cornflower Blue #738AF8
RGB
CMYK
RGB Variations
Color information
#738AF8 (or 0x738AF8) is known color: Cornflower Blue. HEX triplet: 73, 8A and F8. RGB value is (115,138,248). Sum of RGB (Red+Green+Blue) = 115+138+248=501 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.95% from 501); Green value is 138 (54.30% from 255 or 27.54% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #738AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738AF8 is #8C7507. Grayscale: #8F8F8F. Windows color (decimal): -9205000 or 16288371. OLE color: 16288371.
HSL color Cylindrical-coordinate representation of color #738AF8: hue angle of 229.62º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #738AF8 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 138 | 248 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.03 |
| HSL | 229.62º | 0.9% | 0.71% | - |
| HSV(B) | 229.62º | 0.54% | 0.97% | - |
| XYZ | 33.1 | 28.6 | 92.58 | - |
| YUV | 143.66 | 186.88 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 138 | 248 | 0.54 | 0.44 | 0 | 0.03 | 229.62 | 0.9 | 0.71 |
| Hex | 73 | 8A | F8 | 36 | 2C | 0 | 3 | E6 | 5A | 47 |
| Octal | 163 | 212 | 370 | 66 | 54 | 0 | 3 | 346 | 132 | 107 |
| Binary | 1110011 | 10001010 | 11111000 | 110110 | 101100 | 0 | 11 | 11100110 | 1011010 | 1000111 |
Color Harmonies of #738AF8
Complementary color
Monochromatic Colors of #738AF8
Black with #738AF8
Text Example
Text Example
White with #738AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738AF8; }
p { color: rgb(115,138,248); }
H1.HeaderClassName
{
color: #738AF8;
}
.AnyTagClassName
{
color: #738AF8;
}
</style>
background-color css
<style>
a { background-color: #738AF8; }
a { background-color: rgb(115,138,248); }
div.DivClassName
{
background-color: #738AF8;
}
.BgClassName
{
background-color: #738AF8;
}
</style>
border-color css
<style>
span { border-color: #738AF8; }
span { border-color: rgb(115,138,248); }
td.TdClassName
{
border-color: #738AF8;
}
.TagClassName
{
border-color: #738AF8;
}
</style>