#708FFA

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

Shades of Cornflower Blue #708FFA

Tints of Cornflower Blue #708FFA

Color information

#708FFA (or 0x708FFA) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8F and FA. RGB value is (112,143,250). Sum of RGB (Red+Green+Blue) = 112+143+250=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #708FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708FFA is #8F7005. Grayscale: #919191. Windows color (decimal): -9400326 or 16420720. OLE color: 16420720.

HSL color Cylindrical-coordinate representation of color #708FFA: hue angle of 226.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #708FFA is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112143250-
CMYK0.550.4300.02
HSL226.52º93.24%70.98%-
HSV(B)226.52º55.2%98.04%-
XYZ33.7629.9994.45-
YUV145.93186.73103.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.18%
GREEN value IS 143 (56.25% from 255) = 28.32%
BLUE value IS 250 (98.05% from 255) = 49.50%
R=22.18%
G=28.32%
B=49.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1121432500.550.4300.02226.5293.2470.98
Hex708FFA372B02e35d47
Octal160217372675302343135107
Binary111000010001111111110101101111010110101110001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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