Shades of Cornflower Blue #699DFB
Tints of Cornflower Blue #699DFB
RGB
CMYK
RGB Variations
Color information
#699DFB (or 0x699DFB) is known color: Cornflower Blue. HEX triplet: 69, 9D and FB. RGB value is (105,157,251). Sum of RGB (Red+Green+Blue) = 105+157+251=513 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.47% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #699DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699DFB is #966204. Grayscale: #979797. Windows color (decimal): -9855493 or 16489833. OLE color: 16489833.
HSL color Cylindrical-coordinate representation of color #699DFB: hue angle of 218.63º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #699DFB is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 157 | 251 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.02 |
| HSL | 218.63º | 0.95% | 0.7% | - |
| HSV(B) | 218.63º | 0.58% | 0.98% | - |
| XYZ | 35.3 | 34.08 | 95.99 | - |
| YUV | 152.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 157 | 251 | 0.58 | 0.37 | 0 | 0.02 | 218.63 | 0.95 | 0.7 |
| Hex | 69 | 9D | FB | 3A | 25 | 0 | 2 | DB | 5F | 46 |
| Octal | 151 | 235 | 373 | 72 | 45 | 0 | 2 | 333 | 137 | 106 |
| Binary | 1101001 | 10011101 | 11111011 | 111010 | 100101 | 0 | 10 | 11011011 | 1011111 | 1000110 |
Color Harmonies of #699DFB
Complementary color
Monochromatic Colors of #699DFB
Black with #699DFB
Text Example
Text Example
White with #699DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699DFB; }
p { color: rgb(105,157,251); }
H1.HeaderClassName
{
color: #699DFB;
}
.AnyTagClassName
{
color: #699DFB;
}
</style>
background-color css
<style>
a { background-color: #699DFB; }
a { background-color: rgb(105,157,251); }
div.DivClassName
{
background-color: #699DFB;
}
.BgClassName
{
background-color: #699DFB;
}
</style>
border-color css
<style>
span { border-color: #699DFB; }
span { border-color: rgb(105,157,251); }
td.TdClassName
{
border-color: #699DFB;
}
.TagClassName
{
border-color: #699DFB;
}
</style>