Shades of Cornflower Blue #699CF2
Tints of Cornflower Blue #699CF2
RGB
CMYK
RGB Variations
Color information
#699CF2 (or 0x699CF2) is known color: Cornflower Blue. HEX triplet: 69, 9C and F2. RGB value is (105,156,242). Sum of RGB (Red+Green+Blue) = 105+156+242=503 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.87% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #699CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699CF2 is #96630D. Grayscale: #969696. Windows color (decimal): -9855758 or 15899753. OLE color: 15899753.
HSL color Cylindrical-coordinate representation of color #699CF2: hue angle of 217.66º 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 #699CF2 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 156 | 242 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.05 |
| HSL | 217.66º | 0.84% | 0.68% | - |
| HSV(B) | 217.66º | 0.57% | 0.95% | - |
| XYZ | 33.74 | 33.19 | 88.63 | - |
| YUV | 150.56 | 179.6 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 156 | 242 | 0.57 | 0.36 | 0 | 0.05 | 217.66 | 0.84 | 0.68 |
| Hex | 69 | 9C | F2 | 39 | 24 | 0 | 5 | DA | 54 | 44 |
| Octal | 151 | 234 | 362 | 71 | 44 | 0 | 5 | 332 | 124 | 104 |
| Binary | 1101001 | 10011100 | 11110010 | 111001 | 100100 | 0 | 101 | 11011010 | 1010100 | 1000100 |
Color Harmonies of #699CF2
Complementary color
Monochromatic Colors of #699CF2
Black with #699CF2
Text Example
Text Example
White with #699CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699CF2; }
p { color: rgb(105,156,242); }
H1.HeaderClassName
{
color: #699CF2;
}
.AnyTagClassName
{
color: #699CF2;
}
</style>
background-color css
<style>
a { background-color: #699CF2; }
a { background-color: rgb(105,156,242); }
div.DivClassName
{
background-color: #699CF2;
}
.BgClassName
{
background-color: #699CF2;
}
</style>
border-color css
<style>
span { border-color: #699CF2; }
span { border-color: rgb(105,156,242); }
td.TdClassName
{
border-color: #699CF2;
}
.TagClassName
{
border-color: #699CF2;
}
</style>