#707FE1

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

Shades of Cornflower Blue #707FE1

Tints of Cornflower Blue #707FE1

Color information

#707FE1 (or 0x707FE1) is unknown color: approx Cornflower Blue. HEX triplet: 70, 7F and E1. RGB value is (112,127,225). Sum of RGB (Red+Green+Blue) = 112+127+225=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #707FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FE1 is #8F801E. Grayscale: #858585. Windows color (decimal): -9404447 or 14778224. OLE color: 14778224.

HSL color Cylindrical-coordinate representation of color #707FE1: hue angle of 232.04º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #707FE1 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB112127225-
CMYK0.500.4400.12
HSL232.04º65.32%66.08%-
HSV(B)232.04º50.22%88.24%-
XYZ27.8624.0674.41-
YUV133.69179.53112.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.14%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 225 (88.28% from 255) = 48.49%
R=24.14%
G=27.37%
B=48.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1121272250.500.4400.12232.0465.3266.08
Hex707FE1322C0Ce84142
Octal1601773416254014350101102
Binary1110000111111111100001110010101100011001110100010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,127,225); }

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

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

 a { background-color: rgb(112,127,225); }

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

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

 span { border-color: rgb(112,127,225); }

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