#709AED

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

Shades of Cornflower Blue #709AED

Tints of Cornflower Blue #709AED

Color information

#709AED (or 0x709AED) is unknown color: approx Cornflower Blue. HEX triplet: 70, 9A and ED. RGB value is (112,154,237). Sum of RGB (Red+Green+Blue) = 112+154+237=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #709AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709AED is #8F6512. Grayscale: #969696. Windows color (decimal): -9397523 or 15571568. OLE color: 15571568.

HSL color Cylindrical-coordinate representation of color #709AED: hue angle of 219.84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #709AED is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112154237-
CMYK0.530.3500.07
HSL219.84º77.64%68.43%-
HSV(B)219.84º52.74%92.94%-
XYZ33.5232.6784.66-
YUV150.9176.59100.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.27%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=22.27%
G=30.62%
B=47.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121542370.530.3500.07219.8477.6468.43
Hex709AED352307dc4e44
Octal160232355654307334116104
Binary1110000100110101110110111010110001101111101110010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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