Shades of Cornflower Blue #629EFB
Tints of Cornflower Blue #629EFB
RGB
CMYK
RGB Variations
Color information
#629EFB (or 0x629EFB) is known color: Cornflower Blue. HEX triplet: 62, 9E and FB. RGB value is (98,158,251). Sum of RGB (Red+Green+Blue) = 98+158+251=507 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.33% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #629EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629EFB is #9D6104. Grayscale: #969696. Windows color (decimal): -10313989 or 16490082. OLE color: 16490082.
HSL color Cylindrical-coordinate representation of color #629EFB: hue angle of 216.47º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #629EFB is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 158 | 251 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.02 |
| HSL | 216.47º | 0.95% | 0.68% | - |
| HSV(B) | 216.47º | 0.61% | 0.98% | - |
| XYZ | 34.68 | 34.02 | 96 | - |
| YUV | 150.66 | 184.62 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 158 | 251 | 0.61 | 0.37 | 0 | 0.02 | 216.47 | 0.95 | 0.68 |
| Hex | 62 | 9E | FB | 3D | 25 | 0 | 2 | D8 | 5F | 44 |
| Octal | 142 | 236 | 373 | 75 | 45 | 0 | 2 | 330 | 137 | 104 |
| Binary | 1100010 | 10011110 | 11111011 | 111101 | 100101 | 0 | 10 | 11011000 | 1011111 | 1000100 |
Color Harmonies of #629EFB
Complementary color
Monochromatic Colors of #629EFB
Black with #629EFB
Text Example
Text Example
White with #629EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629EFB; }
p { color: rgb(98,158,251); }
H1.HeaderClassName
{
color: #629EFB;
}
.AnyTagClassName
{
color: #629EFB;
}
</style>
background-color css
<style>
a { background-color: #629EFB; }
a { background-color: rgb(98,158,251); }
div.DivClassName
{
background-color: #629EFB;
}
.BgClassName
{
background-color: #629EFB;
}
</style>
border-color css
<style>
span { border-color: #629EFB; }
span { border-color: rgb(98,158,251); }
td.TdClassName
{
border-color: #629EFB;
}
.TagClassName
{
border-color: #629EFB;
}
</style>