Shades of Cornflower Blue #629CEE
Tints of Cornflower Blue #629CEE
RGB
CMYK
RGB Variations
Color information
#629CEE (or 0x629CEE) is known color: Cornflower Blue. HEX triplet: 62, 9C and EE. RGB value is (98,156,238). Sum of RGB (Red+Green+Blue) = 98+156+238=492 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.92% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #629CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629CEE is #9D6311. Grayscale: #939393. Windows color (decimal): -10314514 or 15637602. OLE color: 15637602.
HSL color Cylindrical-coordinate representation of color #629CEE: hue angle of 215.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #629CEE is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 156 | 238 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.07 |
| HSL | 215.14º | 0.8% | 0.66% | - |
| HSV(B) | 215.14º | 0.59% | 0.93% | - |
| XYZ | 32.36 | 32.55 | 85.47 | - |
| YUV | 148.01 | 178.78 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 238 | 0.59 | 0.34 | 0 | 0.07 | 215.14 | 0.8 | 0.66 |
| Hex | 62 | 9C | EE | 3B | 22 | 0 | 7 | D7 | 50 | 42 |
| Octal | 142 | 234 | 356 | 73 | 42 | 0 | 7 | 327 | 120 | 102 |
| Binary | 1100010 | 10011100 | 11101110 | 111011 | 100010 | 0 | 111 | 11010111 | 1010000 | 1000010 |
Color Harmonies of #629CEE
Complementary color
Monochromatic Colors of #629CEE
Black with #629CEE
Text Example
Text Example
White with #629CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629CEE; }
p { color: rgb(98,156,238); }
H1.HeaderClassName
{
color: #629CEE;
}
.AnyTagClassName
{
color: #629CEE;
}
</style>
background-color css
<style>
a { background-color: #629CEE; }
a { background-color: rgb(98,156,238); }
div.DivClassName
{
background-color: #629CEE;
}
.BgClassName
{
background-color: #629CEE;
}
</style>
border-color css
<style>
span { border-color: #629CEE; }
span { border-color: rgb(98,156,238); }
td.TdClassName
{
border-color: #629CEE;
}
.TagClassName
{
border-color: #629CEE;
}
</style>