#708FDA

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

Shades of Cornflower Blue #708FDA

Tints of Cornflower Blue #708FDA

Color information

#708FDA (or 0x708FDA) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8F and DA. RGB value is (112,143,218). Sum of RGB (Red+Green+Blue) = 112+143+218=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #708FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FDA is #8F7025. Grayscale: #8D8D8D. Windows color (decimal): -9400358 or 14323568. OLE color: 14323568.

HSL color Cylindrical-coordinate representation of color #708FDA: hue angle of 222.45º 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 #708FDA is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112143218-
CMYK0.490.3400.15
HSL222.45º58.89%64.71%-
HSV(B)222.45º48.62%85.49%-
XYZ29.1628.1570.23-
YUV142.28170.73106.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.68%
GREEN value IS 143 (56.25% from 255) = 30.23%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=23.68%
G=30.23%
B=46.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121432180.490.3400.15222.4558.8964.71
Hex708FDA31220Fde3b41
Octal160217332614201733673101
Binary1110000100011111101101011000110001001111110111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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