#708DE2

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

Shades of Cornflower Blue #708DE2

Tints of Cornflower Blue #708DE2

Color information

#708DE2 (or 0x708DE2) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8D and E2. RGB value is (112,141,226). Sum of RGB (Red+Green+Blue) = 112+141+226=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 226 - color contains mainly: blue. Hex color #708DE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DE2 is #8F721D. Grayscale: #8D8D8D. Windows color (decimal): -9400862 or 14847344. OLE color: 14847344.

HSL color Cylindrical-coordinate representation of color #708DE2: hue angle of 224.74º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #708DE2 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB112141226-
CMYK0.500.3800.11
HSL224.74º66.28%66.27%-
HSV(B)224.74º50.44%88.63%-
XYZ29.9327.9975.78-
YUV142.02175.39106.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.38%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 226 (88.67% from 255) = 47.18%
R=23.38%
G=29.44%
B=47.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1121412260.500.3800.11224.7466.2866.27
Hex708DE232260Be14242
Octal1602153426246013341102102
Binary11100001000110111100010110010100110010111110000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708DE2; }

 p { color: rgb(112,141,226); }

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

<style>
 a { background-color: #708DE2; }

 a { background-color: rgb(112,141,226); }

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

<style>
 span { border-color: #708DE2; }

 span { border-color: rgb(112,141,226); }

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