Shades of Cornflower Blue #629CFB
Tints of Cornflower Blue #629CFB
RGB
CMYK
RGB Variations
Color information
#629CFB (or 0x629CFB) is known color: Cornflower Blue. HEX triplet: 62, 9C and FB. RGB value is (98,156,251). Sum of RGB (Red+Green+Blue) = 98+156+251=505 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.41% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #629CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629CFB is #9D6304. Grayscale: #959595. Windows color (decimal): -10314501 or 16489570. OLE color: 16489570.
HSL color Cylindrical-coordinate representation of color #629CFB: hue angle of 217.25º 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 #629CFB is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 156 | 251 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.02 |
| HSL | 217.25º | 0.95% | 0.68% | - |
| HSV(B) | 217.25º | 0.61% | 0.98% | - |
| XYZ | 34.34 | 33.34 | 95.89 | - |
| YUV | 149.49 | 185.28 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 251 | 0.61 | 0.38 | 0 | 0.02 | 217.25 | 0.95 | 0.68 |
| Hex | 62 | 9C | FB | 3D | 26 | 0 | 2 | D9 | 5F | 44 |
| Octal | 142 | 234 | 373 | 75 | 46 | 0 | 2 | 331 | 137 | 104 |
| Binary | 1100010 | 10011100 | 11111011 | 111101 | 100110 | 0 | 10 | 11011001 | 1011111 | 1000100 |
Color Harmonies of #629CFB
Complementary color
Monochromatic Colors of #629CFB
Black with #629CFB
Text Example
Text Example
White with #629CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629CFB; }
p { color: rgb(98,156,251); }
H1.HeaderClassName
{
color: #629CFB;
}
.AnyTagClassName
{
color: #629CFB;
}
</style>
background-color css
<style>
a { background-color: #629CFB; }
a { background-color: rgb(98,156,251); }
div.DivClassName
{
background-color: #629CFB;
}
.BgClassName
{
background-color: #629CFB;
}
</style>
border-color css
<style>
span { border-color: #629CFB; }
span { border-color: rgb(98,156,251); }
td.TdClassName
{
border-color: #629CFB;
}
.TagClassName
{
border-color: #629CFB;
}
</style>