#708FD4

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

Shades of Cornflower Blue #708FD4

Tints of Cornflower Blue #708FD4

Color information

#708FD4 (or 0x708FD4) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8F and D4. RGB value is (112,143,212). Sum of RGB (Red+Green+Blue) = 112+143+212=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #708FD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FD4 is #8F702B. Grayscale: #8D8D8D. Windows color (decimal): -9400364 or 13930352. OLE color: 13930352.

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

Color convert

RGB112143212-
CMYK0.470.3300.17
HSL221.4º53.76%63.53%-
HSV(B)221.4º47.17%83.14%-
XYZ28.3927.8466.17-
YUV141.6167.73106.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.98%
GREEN value IS 143 (56.25% from 255) = 30.62%
BLUE value IS 212 (83.20% from 255) = 45.40%
R=23.98%
G=30.62%
B=45.40%

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
Decimal1121432120.470.3300.17221.453.7663.53
Hex708FD42F21011dd3640
Octal160217324574102133566100
Binary11100001000111111010100101111100001010001110111011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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