Shades of Cornflower Blue #629FFB
Tints of Cornflower Blue #629FFB
RGB
CMYK
RGB Variations
Color information
#629FFB (or 0x629FFB) is known color: Cornflower Blue. HEX triplet: 62, 9F and FB. RGB value is (98,159,251). Sum of RGB (Red+Green+Blue) = 98+159+251=508 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.29% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 251 (98.44% from 255 or 49.41% from 508); Max value from RGB is 251 - color contains mainly: blue. Hex color #629FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629FFB is #9D6004. Grayscale: #969696. Windows color (decimal): -10313733 or 16490338. OLE color: 16490338.
HSL color Cylindrical-coordinate representation of color #629FFB: hue angle of 216.08º 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 #629FFB is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 159 | 251 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.02 |
| HSL | 216.08º | 0.95% | 0.68% | - |
| HSV(B) | 216.08º | 0.61% | 0.98% | - |
| XYZ | 34.85 | 34.36 | 96.06 | - |
| YUV | 151.25 | 184.29 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 251 | 0.61 | 0.37 | 0 | 0.02 | 216.08 | 0.95 | 0.68 |
| Hex | 62 | 9F | FB | 3D | 25 | 0 | 2 | D8 | 5F | 44 |
| Octal | 142 | 237 | 373 | 75 | 45 | 0 | 2 | 330 | 137 | 104 |
| Binary | 1100010 | 10011111 | 11111011 | 111101 | 100101 | 0 | 10 | 11011000 | 1011111 | 1000100 |
Color Harmonies of #629FFB
Complementary color
Monochromatic Colors of #629FFB
Black with #629FFB
Text Example
Text Example
White with #629FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629FFB; }
p { color: rgb(98,159,251); }
H1.HeaderClassName
{
color: #629FFB;
}
.AnyTagClassName
{
color: #629FFB;
}
</style>
background-color css
<style>
a { background-color: #629FFB; }
a { background-color: rgb(98,159,251); }
div.DivClassName
{
background-color: #629FFB;
}
.BgClassName
{
background-color: #629FFB;
}
</style>
border-color css
<style>
span { border-color: #629FFB; }
span { border-color: rgb(98,159,251); }
td.TdClassName
{
border-color: #629FFB;
}
.TagClassName
{
border-color: #629FFB;
}
</style>