Shades of Cornflower Blue #629CEA
Tints of Cornflower Blue #629CEA
RGB
CMYK
RGB Variations
Color information
#629CEA (or 0x629CEA) is known color: Cornflower Blue. HEX triplet: 62, 9C and EA. RGB value is (98,156,234). Sum of RGB (Red+Green+Blue) = 98+156+234=488 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.08% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #629CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629CEA is #9D6315. Grayscale: #939393. Windows color (decimal): -10314518 or 15375458. OLE color: 15375458.
HSL color Cylindrical-coordinate representation of color #629CEA: hue angle of 214.41º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #629CEA is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 156 | 234 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.08 |
| HSL | 214.41º | 0.76% | 0.65% | - |
| HSV(B) | 214.41º | 0.58% | 0.92% | - |
| XYZ | 31.78 | 32.31 | 82.4 | - |
| YUV | 147.55 | 176.78 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 234 | 0.58 | 0.33 | 0 | 0.08 | 214.41 | 0.76 | 0.65 |
| Hex | 62 | 9C | EA | 3A | 21 | 0 | 8 | D6 | 4C | 41 |
| Octal | 142 | 234 | 352 | 72 | 41 | 0 | 10 | 326 | 114 | 101 |
| Binary | 1100010 | 10011100 | 11101010 | 111010 | 100001 | 0 | 1000 | 11010110 | 1001100 | 1000001 |
Color Harmonies of #629CEA
Complementary color
Monochromatic Colors of #629CEA
Black with #629CEA
Text Example
Text Example
White with #629CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629CEA; }
p { color: rgb(98,156,234); }
H1.HeaderClassName
{
color: #629CEA;
}
.AnyTagClassName
{
color: #629CEA;
}
</style>
background-color css
<style>
a { background-color: #629CEA; }
a { background-color: rgb(98,156,234); }
div.DivClassName
{
background-color: #629CEA;
}
.BgClassName
{
background-color: #629CEA;
}
</style>
border-color css
<style>
span { border-color: #629CEA; }
span { border-color: rgb(98,156,234); }
td.TdClassName
{
border-color: #629CEA;
}
.TagClassName
{
border-color: #629CEA;
}
</style>