#708dd4

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

Shades of Cornflower Blue #708DD4

Tints of Cornflower Blue #708DD4

Color information

#708DD4 (or 0x708DD4) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8D and D4. RGB value is (112,141,212). Sum of RGB (Red+Green+Blue) = 112+141+212=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #708DD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DD4 is #8F722B. Grayscale: #8C8C8C. Windows color (decimal): -9400876 or 13929840. OLE color: 13929840.

HSL color Cylindrical-coordinate representation of color #708DD4: hue angle of 222.6º 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 #708DD4 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB112141212-
CMYK0.470.3300.17
HSL222.6º53.76%63.53%-
HSV(B)222.6º47.17%83.14%-
XYZ28.0927.2566.07-
YUV140.42168.39107.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.09%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 212 (83.20% from 255) = 45.59%
R=24.09%
G=30.32%
B=45.59%

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
Decimal1121412120.470.3300.17222.653.7663.53
Hex708DD42F21011df3640
Octal160215324574102133766100
Binary11100001000110111010100101111100001010001110111111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708dd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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