#708BDB

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

Shades of Cornflower Blue #708BDB

Tints of Cornflower Blue #708BDB

Color information

#708BDB (or 0x708BDB) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8B and DB. RGB value is (112,139,219). Sum of RGB (Red+Green+Blue) = 112+139+219=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #708BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BDB is #8F7424. Grayscale: #8B8B8B. Windows color (decimal): -9401381 or 14388080. OLE color: 14388080.

HSL color Cylindrical-coordinate representation of color #708BDB: hue angle of 224.86º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #708BDB is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112139219-
CMYK0.490.3700.14
HSL224.86º59.78%64.9%-
HSV(B)224.86º48.86%85.88%-
XYZ28.727.0270.72-
YUV140.05172.55108-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.83%
GREEN value IS 139 (54.69% from 255) = 29.57%
BLUE value IS 219 (85.94% from 255) = 46.60%
R=23.83%
G=29.57%
B=46.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1121392190.490.3700.14224.8659.7864.9
Hex708BDB31250Ee13c41
Octal160213333614501634174101
Binary1110000100010111101101111000110010101110111000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,139,219); }

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

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

 a { background-color: rgb(112,139,219); }

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

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

 span { border-color: rgb(112,139,219); }

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