#708FE3

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

Shades of Cornflower Blue #708FE3

Tints of Cornflower Blue #708FE3

Color information

#708FE3 (or 0x708FE3) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8F and E3. RGB value is (112,143,227). Sum of RGB (Red+Green+Blue) = 112+143+227=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 227 - color contains mainly: blue. Hex color #708FE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FE3 is #8F701C. Grayscale: #8E8E8E. Windows color (decimal): -9400349 or 14913392. OLE color: 14913392.

HSL color Cylindrical-coordinate representation of color #708FE3: hue angle of 223.83º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #708FE3 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB112143227-
CMYK0.510.3700.11
HSL223.83º67.25%66.47%-
HSV(B)223.83º50.66%89.02%-
XYZ30.3728.6476.6-
YUV143.31175.23105.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.24%
GREEN value IS 143 (56.25% from 255) = 29.67%
BLUE value IS 227 (89.06% from 255) = 47.10%
R=23.24%
G=29.67%
B=47.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1121432270.510.3700.11223.8367.2566.47
Hex708FE333250Be04342
Octal1602173436345013340103102
Binary11100001000111111100011110011100101010111110000010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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