Shades of Cornflower Blue #629EFC
Tints of Cornflower Blue #629EFC
RGB
CMYK
RGB Variations
Color information
#629EFC (or 0x629EFC) is known color: Cornflower Blue. HEX triplet: 62, 9E and FC. RGB value is (98,158,252). Sum of RGB (Red+Green+Blue) = 98+158+252=508 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.29% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #629EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629EFC is #9D6103. Grayscale: #969696. Windows color (decimal): -10313988 or 16555618. OLE color: 16555618.
HSL color Cylindrical-coordinate representation of color #629EFC: hue angle of 216.62º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #629EFC is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 98 | 158 | 252 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.01 |
| HSL | 216.62º | 0.96% | 0.69% | - |
| HSV(B) | 216.62º | 0.61% | 0.99% | - |
| XYZ | 34.83 | 34.08 | 96.84 | - |
| YUV | 150.78 | 185.12 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 158 | 252 | 0.61 | 0.37 | 0 | 0.01 | 216.62 | 0.96 | 0.69 |
| Hex | 62 | 9E | FC | 3D | 25 | 0 | 1 | D9 | 60 | 45 |
| Octal | 142 | 236 | 374 | 75 | 45 | 0 | 1 | 331 | 140 | 105 |
| Binary | 1100010 | 10011110 | 11111100 | 111101 | 100101 | 0 | 1 | 11011001 | 1100000 | 1000101 |
Color Harmonies of #629EFC
Complementary color
Monochromatic Colors of #629EFC
Black with #629EFC
Text Example
Text Example
White with #629EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629EFC; }
p { color: rgb(98,158,252); }
H1.HeaderClassName
{
color: #629EFC;
}
.AnyTagClassName
{
color: #629EFC;
}
</style>
background-color css
<style>
a { background-color: #629EFC; }
a { background-color: rgb(98,158,252); }
div.DivClassName
{
background-color: #629EFC;
}
.BgClassName
{
background-color: #629EFC;
}
</style>
border-color css
<style>
span { border-color: #629EFC; }
span { border-color: rgb(98,158,252); }
td.TdClassName
{
border-color: #629EFC;
}
.TagClassName
{
border-color: #629EFC;
}
</style>