#708AF2

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

Shades of Cornflower Blue #708AF2

Tints of Cornflower Blue #708AF2

Color information

#708AF2 (or 0x708AF2) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8A and F2. RGB value is (112,138,242). Sum of RGB (Red+Green+Blue) = 112+138+242=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #708AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708AF2 is #8F750D. Grayscale: #8D8D8D. Windows color (decimal): -9401614 or 15895152. OLE color: 15895152.

HSL color Cylindrical-coordinate representation of color #708AF2: hue angle of 228º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #708AF2 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB112138242-
CMYK0.540.4300.05
HSL228º83.33%69.41%-
HSV(B)228º53.72%94.9%-
XYZ31.828.0387.74-
YUV142.08184.39106.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.76%
GREEN value IS 138 (54.30% from 255) = 28.05%
BLUE value IS 242 (94.92% from 255) = 49.19%
R=22.76%
G=28.05%
B=49.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1121382420.540.4300.0522883.3369.41
Hex708AF2362B05e45345
Octal160212362665305344123105
Binary1110000100010101111001011011010101101011110010010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,138,242); }

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

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

 a { background-color: rgb(112,138,242); }

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

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

 span { border-color: rgb(112,138,242); }

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