Shades of Cornflower Blue #749CEA
Tints of Cornflower Blue #749CEA
RGB
CMYK
RGB Variations
Color information
#749CEA (or 0x749CEA) is known color: Cornflower Blue. HEX triplet: 74, 9C and EA. RGB value is (116,156,234). Sum of RGB (Red+Green+Blue) = 116+156+234=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #749CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749CEA is #8B6315. Grayscale: #989898. Windows color (decimal): -9134870 or 15375476. OLE color: 15375476.
HSL color Cylindrical-coordinate representation of color #749CEA: hue angle of 219.66º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #749CEA is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 156 | 234 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.08 |
| HSL | 219.66º | 0.74% | 0.69% | - |
| HSV(B) | 219.66º | 0.5% | 0.92% | - |
| XYZ | 33.94 | 33.43 | 82.51 | - |
| YUV | 152.93 | 173.75 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 234 | 0.50 | 0.33 | 0 | 0.08 | 219.66 | 0.74 | 0.69 |
| Hex | 74 | 9C | EA | 32 | 21 | 0 | 8 | DC | 4A | 45 |
| Octal | 164 | 234 | 352 | 62 | 41 | 0 | 10 | 334 | 112 | 105 |
| Binary | 1110100 | 10011100 | 11101010 | 110010 | 100001 | 0 | 1000 | 11011100 | 1001010 | 1000101 |
Color Harmonies of #749CEA
Complementary color
Monochromatic Colors of #749CEA
Black with #749CEA
Text Example
Text Example
White with #749CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CEA; }
p { color: rgb(116,156,234); }
H1.HeaderClassName
{
color: #749CEA;
}
.AnyTagClassName
{
color: #749CEA;
}
</style>
background-color css
<style>
a { background-color: #749CEA; }
a { background-color: rgb(116,156,234); }
div.DivClassName
{
background-color: #749CEA;
}
.BgClassName
{
background-color: #749CEA;
}
</style>
border-color css
<style>
span { border-color: #749CEA; }
span { border-color: rgb(116,156,234); }
td.TdClassName
{
border-color: #749CEA;
}
.TagClassName
{
border-color: #749CEA;
}
</style>