#709AFF

Color #709AFF Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #709AFF

Tints of Cornflower Blue #709AFF

Color information

#709AFF (or 0x709AFF) is unknown color: approx Cornflower Blue. HEX triplet: 70, 9A and FF. RGB value is (112,154,255). Sum of RGB (Red+Green+Blue) = 112+154+255=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #709AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709AFF is #8F6500. Grayscale: #989898. Windows color (decimal): -9397505 or 16751216. OLE color: 16751216.

HSL color Cylindrical-coordinate representation of color #709AFF: hue angle of 222.38º 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 #709AFF is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB112154255-
CMYK0.560.4000
HSL222.38º100%71.96%-
HSV(B)222.38º56.08%100%-
XYZ36.2933.7899.21-
YUV152.96185.5998.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 21.50%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 255 (100% from 255) = 48.94%
R=21.50%
G=29.56%
B=48.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1121542550.560.4000222.3810071.96
Hex709AFF382800de6448
Octal160232377705000336144110
Binary11100001001101011111111111000101000001101111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709AFF; }

 p { color: rgb(112,154,255); }

 H1.HeaderClassName
 {
   color: #709AFF;
 }
 .AnyTagClassName
 {
   color: #709AFF;
 }
</style>
background-color css

<style>
 a { background-color: #709AFF; }

 a { background-color: rgb(112,154,255); }

 div.DivClassName
 {
   background-color: #709AFF;
 }
 .BgClassName
 {
   background-color: #709AFF;
 }
</style>
border-color css

<style>
 span { border-color: #709AFF; }

 span { border-color: rgb(112,154,255); }

 td.TdClassName
 {
   border-color: #709AFF;
 }
 .TagClassName
 {
   border-color: #709AFF;
 }
</style>