#708eea

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

Shades of Cornflower Blue #708EEA

Tints of Cornflower Blue #708EEA

Color information

#708EEA (or 0x708EEA) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8E and EA. RGB value is (112,142,234). Sum of RGB (Red+Green+Blue) = 112+142+234=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #708EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708EEA is #8F7115. Grayscale: #8F8F8F. Windows color (decimal): -9400598 or 15371888. OLE color: 15371888.

HSL color Cylindrical-coordinate representation of color #708EEA: hue angle of 225.25º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #708EEA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB112142234-
CMYK0.520.3900.08
HSL225.25º74.39%67.84%-
HSV(B)225.25º52.14%91.76%-
XYZ31.2128.7381.74-
YUV143.52179.06105.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.95%
GREEN value IS 142 (55.86% from 255) = 29.10%
BLUE value IS 234 (91.80% from 255) = 47.95%
R=22.95%
G=29.10%
B=47.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121422340.520.3900.08225.2574.3967.84
Hex708EEA342708e14a44
Octal1602163526447010341112104
Binary11100001000111011101010110100100111010001110000110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708eea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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