Shades of Cornflower Blue #629BE1
Tints of Cornflower Blue #629BE1
RGB
CMYK
RGB Variations
Color information
#629BE1 (or 0x629BE1) is known color: Cornflower Blue. HEX triplet: 62, 9B and E1. RGB value is (98,155,225). Sum of RGB (Red+Green+Blue) = 98+155+225=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #629BE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BE1 is #9D641E. Grayscale: #919191. Windows color (decimal): -10314783 or 14785378. OLE color: 14785378.
HSL color Cylindrical-coordinate representation of color #629BE1: hue angle of 213.07º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #629BE1 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 155 | 225 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.12 |
| HSL | 213.07º | 0.68% | 0.63% | - |
| HSV(B) | 213.07º | 0.56% | 0.88% | - |
| XYZ | 30.35 | 31.48 | 75.71 | - |
| YUV | 145.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 225 | 0.56 | 0.31 | 0 | 0.12 | 213.07 | 0.68 | 0.63 |
| Hex | 62 | 9B | E1 | 38 | 1F | 0 | C | D5 | 44 | 3F |
| Octal | 142 | 233 | 341 | 70 | 37 | 0 | 14 | 325 | 104 | 77 |
| Binary | 1100010 | 10011011 | 11100001 | 111000 | 11111 | 0 | 1100 | 11010101 | 1000100 | 111111 |
Color Harmonies of #629BE1
Complementary color
Monochromatic Colors of #629BE1
Black with #629BE1
Text Example
Text Example
White with #629BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BE1; }
p { color: rgb(98,155,225); }
H1.HeaderClassName
{
color: #629BE1;
}
.AnyTagClassName
{
color: #629BE1;
}
</style>
background-color css
<style>
a { background-color: #629BE1; }
a { background-color: rgb(98,155,225); }
div.DivClassName
{
background-color: #629BE1;
}
.BgClassName
{
background-color: #629BE1;
}
</style>
border-color css
<style>
span { border-color: #629BE1; }
span { border-color: rgb(98,155,225); }
td.TdClassName
{
border-color: #629BE1;
}
.TagClassName
{
border-color: #629BE1;
}
</style>