#708bdc

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

Shades of Cornflower Blue #708BDC

Tints of Cornflower Blue #708BDC

Color information

#708BDC (or 0x708BDC) is unknown color: approx Cornflower Blue. HEX triplet: 70, 8B and DC. RGB value is (112,139,220). Sum of RGB (Red+Green+Blue) = 112+139+220=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #708BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BDC is #8F7423. Grayscale: #8B8B8B. Windows color (decimal): -9401380 or 14453616. OLE color: 14453616.

HSL color Cylindrical-coordinate representation of color #708BDC: hue angle of 225º degrees, saturation: 0.61, 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 #708BDC is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB112139220-
CMYK0.490.3700.14
HSL225º60.67%65.1%-
HSV(B)225º49.09%86.27%-
XYZ28.8327.0871.42-
YUV140.16173.05107.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 139 (54.69% from 255) = 29.51%
BLUE value IS 220 (86.33% from 255) = 46.71%
R=23.78%
G=29.51%
B=46.71%

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
Decimal1121392200.490.3700.1422560.6765.1
Hex708BDC31250Ee13d41
Octal160213334614501634175101
Binary1110000100010111101110011000110010101110111000011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708bdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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