#708CFF

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

Shades of Cornflower Blue #708CFF

Tints of Cornflower Blue #708CFF

Color information

#708CFF (or 0x708CFF) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8C and FF. RGB value is (112,140,255). Sum of RGB (Red+Green+Blue) = 112+140+255=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #708CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708CFF is #8F7300. Grayscale: #909090. Windows color (decimal): -9401089 or 16747632. OLE color: 16747632.

HSL color Cylindrical-coordinate representation of color #708CFF: hue angle of 228.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #708CFF is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB112140255-
CMYK0.560.4500
HSL228.25º100%71.96%-
HSV(B)228.25º56.08%100%-
XYZ34.1129.4298.49-
YUV144.74190.22104.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.09%
GREEN value IS 140 (55.08% from 255) = 27.61%
BLUE value IS 255 (100% from 255) = 50.30%
R=22.09%
G=27.61%
B=50.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1121402550.560.4500228.2510071.96
Hex708CFF382D00e46448
Octal160214377705500344144110
Binary11100001000110011111111111000101101001110010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,140,255); }

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

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

 a { background-color: rgb(112,140,255); }

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

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

 span { border-color: rgb(112,140,255); }

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