#708DD8

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

Shades of Cornflower Blue #708DD8

Tints of Cornflower Blue #708DD8

Color information

#708DD8 (or 0x708DD8) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8D and D8. RGB value is (112,141,216). Sum of RGB (Red+Green+Blue) = 112+141+216=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 141 (55.47% from 255 or 30.06% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #708DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DD8 is #8F7227. Grayscale: #8C8C8C. Windows color (decimal): -9400872 or 14191984. OLE color: 14191984.

HSL color Cylindrical-coordinate representation of color #708DD8: hue angle of 223.27º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #708DD8 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112141216-
CMYK0.480.3500.15
HSL223.27º57.14%64.31%-
HSV(B)223.27º48.15%84.71%-
XYZ28.627.4568.76-
YUV140.88170.39107.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.88%
GREEN value IS 141 (55.47% from 255) = 30.06%
BLUE value IS 216 (84.77% from 255) = 46.06%
R=23.88%
G=30.06%
B=46.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121412160.480.3500.15223.2757.1464.31
Hex708DD830230Fdf3940
Octal160215330604301733771100
Binary1110000100011011101100011000010001101111110111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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