#708FED

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

Shades of Cornflower Blue #708FED

Tints of Cornflower Blue #708FED

Color information

#708FED (or 0x708FED) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8F and ED. RGB value is (112,143,237). Sum of RGB (Red+Green+Blue) = 112+143+237=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #708FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708FED is #8F7012. Grayscale: #909090. Windows color (decimal): -9400339 or 15568752. OLE color: 15568752.

HSL color Cylindrical-coordinate representation of color #708FED: hue angle of 225.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #708FED is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB112143237-
CMYK0.530.4000.07
HSL225.12º77.64%68.43%-
HSV(B)225.12º52.74%92.94%-
XYZ31.7929.284.08-
YUV144.45180.23104.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.76%
GREEN value IS 143 (56.25% from 255) = 29.07%
BLUE value IS 237 (92.97% from 255) = 48.17%
R=22.76%
G=29.07%
B=48.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1121432370.530.4000.07225.1277.6468.43
Hex708FED352807e14e44
Octal160217355655007341116104
Binary1110000100011111110110111010110100001111110000110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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