#708BE0

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

Shades of Cornflower Blue #708BE0

Tints of Cornflower Blue #708BE0

Color information

#708BE0 (or 0x708BE0) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8B and E0. RGB value is (112,139,224). Sum of RGB (Red+Green+Blue) = 112+139+224=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #708BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BE0 is #8F741F. Grayscale: #8C8C8C. Windows color (decimal): -9401376 or 14715760. OLE color: 14715760.

HSL color Cylindrical-coordinate representation of color #708BE0: hue angle of 225.54º degrees, saturation: 0.64, 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 #708BE0 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB112139224-
CMYK0.500.3800.12
HSL225.54º64.37%65.88%-
HSV(B)225.54º50%87.84%-
XYZ29.3727.2974.24-
YUV140.62175.05107.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.58%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 224 (87.89% from 255) = 47.16%
R=23.58%
G=29.26%
B=47.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1121392240.500.3800.12225.5464.3765.88
Hex708BE032260Ce24042
Octal1602133406246014342100102
Binary11100001000101111100000110010100110011001110001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,139,224); }

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

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

 a { background-color: rgb(112,139,224); }

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

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

 span { border-color: rgb(112,139,224); }

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