Shades of Cornflower Blue #657BDA
Tints of Cornflower Blue #657BDA
RGB
CMYK
RGB Variations
Color information
#657BDA (or 0x657BDA) is known color: Cornflower Blue. HEX triplet: 65, 7B and DA. RGB value is (101,123,218). Sum of RGB (Red+Green+Blue) = 101+123+218=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #657BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #657BDA is #9A8425. Grayscale: #7E7E7E. Windows color (decimal): -10126374 or 14318437. OLE color: 14318437.
HSL color Cylindrical-coordinate representation of color #657BDA: hue angle of 228.72º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #657BDA is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 123 | 218 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.15 |
| HSL | 228.72º | 0.61% | 0.63% | - |
| HSV(B) | 228.72º | 0.54% | 0.85% | - |
| XYZ | 25.1 | 21.99 | 69.25 | - |
| YUV | 127.25 | 179.21 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 123 | 218 | 0.54 | 0.44 | 0 | 0.15 | 228.72 | 0.61 | 0.63 |
| Hex | 65 | 7B | DA | 36 | 2C | 0 | F | E5 | 3D | 3F |
| Octal | 145 | 173 | 332 | 66 | 54 | 0 | 17 | 345 | 75 | 77 |
| Binary | 1100101 | 1111011 | 11011010 | 110110 | 101100 | 0 | 1111 | 11100101 | 111101 | 111111 |
Color Harmonies of #657BDA
Complementary color
Monochromatic Colors of #657BDA
Black with #657BDA
Text Example
Text Example
White with #657BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657BDA; }
p { color: rgb(101,123,218); }
H1.HeaderClassName
{
color: #657BDA;
}
.AnyTagClassName
{
color: #657BDA;
}
</style>
background-color css
<style>
a { background-color: #657BDA; }
a { background-color: rgb(101,123,218); }
div.DivClassName
{
background-color: #657BDA;
}
.BgClassName
{
background-color: #657BDA;
}
</style>
border-color css
<style>
span { border-color: #657BDA; }
span { border-color: rgb(101,123,218); }
td.TdClassName
{
border-color: #657BDA;
}
.TagClassName
{
border-color: #657BDA;
}
</style>