#708FF0

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

Shades of Cornflower Blue #708FF0

Tints of Cornflower Blue #708FF0

Color information

#708FF0 (or 0x708FF0) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8F and F0. RGB value is (112,143,240). Sum of RGB (Red+Green+Blue) = 112+143+240=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #708FF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708FF0 is #8F700F. Grayscale: #909090. Windows color (decimal): -9400336 or 15765360. OLE color: 15765360.

HSL color Cylindrical-coordinate representation of color #708FF0: hue angle of 225.47º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #708FF0 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB112143240-
CMYK0.530.4000.06
HSL225.47º81.01%69.02%-
HSV(B)225.47º53.33%94.12%-
XYZ32.2329.3886.41-
YUV144.79181.73104.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.63%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 240 (94.14% from 255) = 48.48%
R=22.63%
G=28.89%
B=48.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1121432400.530.4000.06225.4781.0169.02
Hex708FF0352806e15145
Octal160217360655006341121105
Binary1110000100011111111000011010110100001101110000110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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