Shades of Cornflower Blue #709BFF
Tints of Cornflower Blue #709BFF
RGB
CMYK
RGB Variations
Color information
#709BFF (or 0x709BFF) is known color: Cornflower Blue. HEX triplet: 70, 9B and FF. RGB value is (112,155,255). Sum of RGB (Red+Green+Blue) = 112+155+255=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #709BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709BFF is #8F6400. Grayscale: #999999. Windows color (decimal): -9397249 or 16751472. OLE color: 16751472.
HSL color Cylindrical-coordinate representation of color #709BFF: hue angle of 221.96º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #709BFF is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 155 | 255 | - |
| CMYK | 0.56 | 0.39 | 0 | 0 |
| HSL | 221.96º | 1% | 0.72% | - |
| HSV(B) | 221.96º | 0.56% | 1% | - |
| XYZ | 36.45 | 34.11 | 99.27 | - |
| YUV | 153.54 | 185.25 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 255 | 0.56 | 0.39 | 0 | 0 | 221.96 | 1 | 0.72 |
| Hex | 70 | 9B | FF | 38 | 27 | 0 | 0 | DE | 64 | 48 |
| Octal | 160 | 233 | 377 | 70 | 47 | 0 | 0 | 336 | 144 | 110 |
| Binary | 1110000 | 10011011 | 11111111 | 111000 | 100111 | 0 | 0 | 11011110 | 1100100 | 1001000 |
Color Harmonies of #709BFF
Complementary color
Monochromatic Colors of #709BFF
Black with #709BFF
Text Example
Text Example
White with #709BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709BFF; }
p { color: rgb(112,155,255); }
H1.HeaderClassName
{
color: #709BFF;
}
.AnyTagClassName
{
color: #709BFF;
}
</style>
background-color css
<style>
a { background-color: #709BFF; }
a { background-color: rgb(112,155,255); }
div.DivClassName
{
background-color: #709BFF;
}
.BgClassName
{
background-color: #709BFF;
}
</style>
border-color css
<style>
span { border-color: #709BFF; }
span { border-color: rgb(112,155,255); }
td.TdClassName
{
border-color: #709BFF;
}
.TagClassName
{
border-color: #709BFF;
}
</style>