Shades of Cornflower Blue #697DF2
Tints of Cornflower Blue #697DF2
RGB
CMYK
RGB Variations
Color information
#697DF2 (or 0x697DF2) is known color: Cornflower Blue. HEX triplet: 69, 7D and F2. RGB value is (105,125,242). Sum of RGB (Red+Green+Blue) = 105+125+242=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #697DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697DF2 is #96820D. Grayscale: #838383. Windows color (decimal): -9863694 or 15891817. OLE color: 15891817.
HSL color Cylindrical-coordinate representation of color #697DF2: hue angle of 231.24º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #697DF2 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 125 | 242 | - |
| CMYK | 0.57 | 0.48 | 0 | 0.05 |
| HSL | 231.24º | 0.84% | 0.68% | - |
| HSV(B) | 231.24º | 0.57% | 0.95% | - |
| XYZ | 29.19 | 24.08 | 87.11 | - |
| YUV | 132.36 | 189.87 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 242 | 0.57 | 0.48 | 0 | 0.05 | 231.24 | 0.84 | 0.68 |
| Hex | 69 | 7D | F2 | 39 | 30 | 0 | 5 | E7 | 54 | 44 |
| Octal | 151 | 175 | 362 | 71 | 60 | 0 | 5 | 347 | 124 | 104 |
| Binary | 1101001 | 1111101 | 11110010 | 111001 | 110000 | 0 | 101 | 11100111 | 1010100 | 1000100 |
Color Harmonies of #697DF2
Complementary color
Monochromatic Colors of #697DF2
Black with #697DF2
Text Example
Text Example
White with #697DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697DF2; }
p { color: rgb(105,125,242); }
H1.HeaderClassName
{
color: #697DF2;
}
.AnyTagClassName
{
color: #697DF2;
}
</style>
background-color css
<style>
a { background-color: #697DF2; }
a { background-color: rgb(105,125,242); }
div.DivClassName
{
background-color: #697DF2;
}
.BgClassName
{
background-color: #697DF2;
}
</style>
border-color css
<style>
span { border-color: #697DF2; }
span { border-color: rgb(105,125,242); }
td.TdClassName
{
border-color: #697DF2;
}
.TagClassName
{
border-color: #697DF2;
}
</style>