Shades of Cornflower Blue #618FDC
Tints of Cornflower Blue #618FDC
RGB
CMYK
RGB Variations
Color information
#618FDC (or 0x618FDC) is known color: Cornflower Blue. HEX triplet: 61, 8F and DC. RGB value is (97,143,220). Sum of RGB (Red+Green+Blue) = 97+143+220=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #618FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618FDC is #9E7023. Grayscale: #898989. Windows color (decimal): -10383396 or 14454625. OLE color: 14454625.
HSL color Cylindrical-coordinate representation of color #618FDC: hue angle of 217.56º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618FDC is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 143 | 220 | - |
| CMYK | 0.56 | 0.35 | 0 | 0.14 |
| HSL | 217.56º | 0.64% | 0.62% | - |
| HSV(B) | 217.56º | 0.56% | 0.86% | - |
| XYZ | 27.67 | 27.35 | 71.53 | - |
| YUV | 138.02 | 174.26 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 143 | 220 | 0.56 | 0.35 | 0 | 0.14 | 217.56 | 0.64 | 0.62 |
| Hex | 61 | 8F | DC | 38 | 23 | 0 | E | DA | 40 | 3E |
| Octal | 141 | 217 | 334 | 70 | 43 | 0 | 16 | 332 | 100 | 76 |
| Binary | 1100001 | 10001111 | 11011100 | 111000 | 100011 | 0 | 1110 | 11011010 | 1000000 | 111110 |
Color Harmonies of #618FDC
Complementary color
Monochromatic Colors of #618FDC
Black with #618FDC
Text Example
Text Example
White with #618FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618FDC; }
p { color: rgb(97,143,220); }
H1.HeaderClassName
{
color: #618FDC;
}
.AnyTagClassName
{
color: #618FDC;
}
</style>
background-color css
<style>
a { background-color: #618FDC; }
a { background-color: rgb(97,143,220); }
div.DivClassName
{
background-color: #618FDC;
}
.BgClassName
{
background-color: #618FDC;
}
</style>
border-color css
<style>
span { border-color: #618FDC; }
span { border-color: rgb(97,143,220); }
td.TdClassName
{
border-color: #618FDC;
}
.TagClassName
{
border-color: #618FDC;
}
</style>