#708ff9

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

Shades of Cornflower Blue #708FF9

Tints of Cornflower Blue #708FF9

Color information

#708FF9 (or 0x708FF9) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8F and F9. RGB value is (112,143,249). Sum of RGB (Red+Green+Blue) = 112+143+249=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #708FF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #708FF9 is #8F7006. Grayscale: #919191. Windows color (decimal): -9400327 or 16355184. OLE color: 16355184.

HSL color Cylindrical-coordinate representation of color #708FF9: hue angle of 226.42º degrees, saturation: 0.92, 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 #708FF9 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112143249-
CMYK0.550.4300.02
HSL226.42º91.95%70.78%-
HSV(B)226.42º55.02%97.65%-
XYZ33.629.9393.63-
YUV145.82186.23103.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.22%
GREEN value IS 143 (56.25% from 255) = 28.37%
BLUE value IS 249 (97.66% from 255) = 49.40%
R=22.22%
G=28.37%
B=49.40%

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
Decimal1121432490.550.4300.02226.4291.9570.78
Hex708FF9372B02e25c47
Octal160217371675302342134107
Binary111000010001111111110011101111010110101110001010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708ff9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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