#707EDC

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

Shades of Cornflower Blue #707EDC

Tints of Cornflower Blue #707EDC

Color information

#707EDC (or 0x707EDC) is unknown color: approx Cornflower Blue. HEX triplet: 70, 7E and DC. RGB value is (112,126,220). Sum of RGB (Red+Green+Blue) = 112+126+220=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #707EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707EDC is #8F8123. Grayscale: #848484. Windows color (decimal): -9404708 or 14450288. OLE color: 14450288.

HSL color Cylindrical-coordinate representation of color #707EDC: hue angle of 232.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707EDC is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112126220-
CMYK0.490.4300.14
HSL232.22º60.67%65.1%-
HSV(B)232.22º49.09%86.27%-
XYZ27.0623.5370.83-
YUV132.53177.36113.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.45%
GREEN value IS 126 (49.61% from 255) = 27.51%
BLUE value IS 220 (86.33% from 255) = 48.03%
R=24.45%
G=27.51%
B=48.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1121262200.490.4300.14232.2260.6765.1
Hex707EDC312B0Ee83d41
Octal160176334615301635075101
Binary111000011111101101110011000110101101110111010001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707EDC; }

 p { color: rgb(112,126,220); }

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

<style>
 a { background-color: #707EDC; }

 a { background-color: rgb(112,126,220); }

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

<style>
 span { border-color: #707EDC; }

 span { border-color: rgb(112,126,220); }

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