Shades of Cornflower Blue #627ADC
Tints of Cornflower Blue #627ADC
RGB
CMYK
RGB Variations
Color information
#627ADC (or 0x627ADC) is known color: Cornflower Blue. HEX triplet: 62, 7A and DC. RGB value is (98,122,220). Sum of RGB (Red+Green+Blue) = 98+122+220=440 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.27% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #627ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627ADC is #9D8523. Grayscale: #7D7D7D. Windows color (decimal): -10323236 or 14449250. OLE color: 14449250.
HSL color Cylindrical-coordinate representation of color #627ADC: hue angle of 228.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #627ADC is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 122 | 220 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.14 |
| HSL | 228.2º | 0.64% | 0.62% | - |
| HSV(B) | 228.2º | 0.55% | 0.86% | - |
| XYZ | 24.91 | 21.68 | 70.58 | - |
| YUV | 126 | 181.05 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 220 | 0.55 | 0.45 | 0 | 0.14 | 228.2 | 0.64 | 0.62 |
| Hex | 62 | 7A | DC | 37 | 2D | 0 | E | E4 | 40 | 3E |
| Octal | 142 | 172 | 334 | 67 | 55 | 0 | 16 | 344 | 100 | 76 |
| Binary | 1100010 | 1111010 | 11011100 | 110111 | 101101 | 0 | 1110 | 11100100 | 1000000 | 111110 |
Color Harmonies of #627ADC
Complementary color
Monochromatic Colors of #627ADC
Black with #627ADC
Text Example
Text Example
White with #627ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627ADC; }
p { color: rgb(98,122,220); }
H1.HeaderClassName
{
color: #627ADC;
}
.AnyTagClassName
{
color: #627ADC;
}
</style>
background-color css
<style>
a { background-color: #627ADC; }
a { background-color: rgb(98,122,220); }
div.DivClassName
{
background-color: #627ADC;
}
.BgClassName
{
background-color: #627ADC;
}
</style>
border-color css
<style>
span { border-color: #627ADC; }
span { border-color: rgb(98,122,220); }
td.TdClassName
{
border-color: #627ADC;
}
.TagClassName
{
border-color: #627ADC;
}
</style>