Shades of Cornflower Blue #627BE2
Tints of Cornflower Blue #627BE2
RGB
CMYK
RGB Variations
Color information
#627BE2 (or 0x627BE2) is known color: Cornflower Blue. HEX triplet: 62, 7B and E2. RGB value is (98,123,226). Sum of RGB (Red+Green+Blue) = 98+123+226=447 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.92% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 226 (88.67% from 255 or 50.56% from 447); Max value from RGB is 226 - color contains mainly: blue. Hex color #627BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627BE2 is #9D841D. Grayscale: #7E7E7E. Windows color (decimal): -10322974 or 14842722. OLE color: 14842722.
HSL color Cylindrical-coordinate representation of color #627BE2: hue angle of 228.28º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #627BE2 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 123 | 226 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.11 |
| HSL | 228.28º | 0.69% | 0.64% | - |
| HSV(B) | 228.28º | 0.57% | 0.89% | - |
| XYZ | 25.85 | 22.25 | 74.88 | - |
| YUV | 127.27 | 183.72 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 226 | 0.57 | 0.46 | 0 | 0.11 | 228.28 | 0.69 | 0.64 |
| Hex | 62 | 7B | E2 | 39 | 2E | 0 | B | E4 | 45 | 40 |
| Octal | 142 | 173 | 342 | 71 | 56 | 0 | 13 | 344 | 105 | 100 |
| Binary | 1100010 | 1111011 | 11100010 | 111001 | 101110 | 0 | 1011 | 11100100 | 1000101 | 1000000 |
Color Harmonies of #627BE2
Complementary color
Monochromatic Colors of #627BE2
Black with #627BE2
Text Example
Text Example
White with #627BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627BE2; }
p { color: rgb(98,123,226); }
H1.HeaderClassName
{
color: #627BE2;
}
.AnyTagClassName
{
color: #627BE2;
}
</style>
background-color css
<style>
a { background-color: #627BE2; }
a { background-color: rgb(98,123,226); }
div.DivClassName
{
background-color: #627BE2;
}
.BgClassName
{
background-color: #627BE2;
}
</style>
border-color css
<style>
span { border-color: #627BE2; }
span { border-color: rgb(98,123,226); }
td.TdClassName
{
border-color: #627BE2;
}
.TagClassName
{
border-color: #627BE2;
}
</style>