#708CDA

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

Shades of Cornflower Blue #708CDA

Tints of Cornflower Blue #708CDA

Color information

#708CDA (or 0x708CDA) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8C and DA. RGB value is (112,140,218). Sum of RGB (Red+Green+Blue) = 112+140+218=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #708CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CDA is #8F7325. Grayscale: #8C8C8C. Windows color (decimal): -9401126 or 14322800. OLE color: 14322800.

HSL color Cylindrical-coordinate representation of color #708CDA: hue angle of 224.15º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708CDA is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112140218-
CMYK0.490.3600.15
HSL224.15º58.89%64.71%-
HSV(B)224.15º48.62%85.49%-
XYZ28.7227.2670.08-
YUV140.52171.72107.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.83%
GREEN value IS 140 (55.08% from 255) = 29.79%
BLUE value IS 218 (85.55% from 255) = 46.38%
R=23.83%
G=29.79%
B=46.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121402180.490.3600.15224.1558.8964.71
Hex708CDA31240Fe03b41
Octal160214332614401734073101
Binary1110000100011001101101011000110010001111111000001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,140,218); }

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

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

 a { background-color: rgb(112,140,218); }

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

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

 span { border-color: rgb(112,140,218); }

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