#708ED4

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

Shades of Cornflower Blue #708ED4

Tints of Cornflower Blue #708ED4

Color information

#708ED4 (or 0x708ED4) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8E and D4. RGB value is (112,142,212). Sum of RGB (Red+Green+Blue) = 112+142+212=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #708ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ED4 is #8F712B. Grayscale: #8C8C8C. Windows color (decimal): -9400620 or 13930096. OLE color: 13930096.

HSL color Cylindrical-coordinate representation of color #708ED4: hue angle of 222º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #708ED4 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB112142212-
CMYK0.470.3300.17
HSL222º53.76%63.53%-
HSV(B)222º47.17%83.14%-
XYZ28.2427.5466.12-
YUV141.01168.06107.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 142 (55.86% from 255) = 30.47%
BLUE value IS 212 (83.20% from 255) = 45.49%
R=24.03%
G=30.47%
B=45.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1121422120.470.3300.1722253.7663.53
Hex708ED42F21011de3640
Octal160216324574102133666100
Binary11100001000111011010100101111100001010001110111101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,142,212); }

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

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

 a { background-color: rgb(112,142,212); }

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

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

 span { border-color: rgb(112,142,212); }

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