#709CEC

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

Shades of Cornflower Blue #709CEC

Tints of Cornflower Blue #709CEC

Color information

#709CEC (or 0x709CEC) is unknown color: approx Cornflower Blue. HEX triplet: 70, 9C and EC. RGB value is (112,156,236). Sum of RGB (Red+Green+Blue) = 112+156+236=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 156 (61.33% from 255 or 30.95% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #709CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #709CEC is #8F6313. Grayscale: #979797. Windows color (decimal): -9397012 or 15506544. OLE color: 15506544.

HSL color Cylindrical-coordinate representation of color #709CEC: hue angle of 218.71º degrees, saturation: 0.77, 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 #709CEC is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112156236-
CMYK0.530.3400.07
HSL218.71º76.54%68.24%-
HSV(B)218.71º52.54%92.55%-
XYZ33.7133.2884-
YUV151.96175.4299.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.22%
GREEN value IS 156 (61.33% from 255) = 30.95%
BLUE value IS 236 (92.58% from 255) = 46.83%
R=22.22%
G=30.95%
B=46.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121562360.530.3400.07218.7176.5468.24
Hex709CEC352207db4d44
Octal160234354654207333115104
Binary1110000100111001110110011010110001001111101101110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,156,236); }

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

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

 a { background-color: rgb(112,156,236); }

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

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

 span { border-color: rgb(112,156,236); }

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