Shades of Cornflower Blue #739AFB
Tints of Cornflower Blue #739AFB
RGB
CMYK
RGB Variations
Color information
#739AFB (or 0x739AFB) is known color: Cornflower Blue. HEX triplet: 73, 9A and FB. RGB value is (115,154,251). Sum of RGB (Red+Green+Blue) = 115+154+251=520 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.12% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #739AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #739AFB is #8C6504. Grayscale: #989898. Windows color (decimal): -9200901 or 16489075. OLE color: 16489075.
HSL color Cylindrical-coordinate representation of color #739AFB: hue angle of 222.79º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #739AFB is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 154 | 251 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.02 |
| HSL | 222.79º | 0.94% | 0.72% | - |
| HSV(B) | 222.79º | 0.54% | 0.98% | - |
| XYZ | 36.04 | 33.72 | 95.88 | - |
| YUV | 153.4 | 183.08 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 154 | 251 | 0.54 | 0.39 | 0 | 0.02 | 222.79 | 0.94 | 0.72 |
| Hex | 73 | 9A | FB | 36 | 27 | 0 | 2 | DF | 5E | 48 |
| Octal | 163 | 232 | 373 | 66 | 47 | 0 | 2 | 337 | 136 | 110 |
| Binary | 1110011 | 10011010 | 11111011 | 110110 | 100111 | 0 | 10 | 11011111 | 1011110 | 1001000 |
Color Harmonies of #739AFB
Complementary color
Monochromatic Colors of #739AFB
Black with #739AFB
Text Example
Text Example
White with #739AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739AFB; }
p { color: rgb(115,154,251); }
H1.HeaderClassName
{
color: #739AFB;
}
.AnyTagClassName
{
color: #739AFB;
}
</style>
background-color css
<style>
a { background-color: #739AFB; }
a { background-color: rgb(115,154,251); }
div.DivClassName
{
background-color: #739AFB;
}
.BgClassName
{
background-color: #739AFB;
}
</style>
border-color css
<style>
span { border-color: #739AFB; }
span { border-color: rgb(115,154,251); }
td.TdClassName
{
border-color: #739AFB;
}
.TagClassName
{
border-color: #739AFB;
}
</style>