#718BDB

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

Shades of Cornflower Blue #718BDB

Tints of Cornflower Blue #718BDB

Color information

#718BDB (or 0x718BDB) is unknown color: approx Cornflower Blue. HEX triplet: 71, 8B and DB. RGB value is (113,139,219). Sum of RGB (Red+Green+Blue) = 113+139+219=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #718BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BDB is #8E7424. Grayscale: #8C8C8C. Windows color (decimal): -9335845 or 14388081. OLE color: 14388081.

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

Color convert

RGB113139219-
CMYK0.480.3700.14
HSL225.28º59.55%65.1%-
HSV(B)225.28º48.4%85.88%-
XYZ28.8327.0970.73-
YUV140.35172.39108.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.99%
GREEN value IS 139 (54.69% from 255) = 29.51%
BLUE value IS 219 (85.94% from 255) = 46.50%
R=23.99%
G=29.51%
B=46.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1131392190.480.3700.14225.2859.5565.1
Hex718BDB30250Ee13c41
Octal161213333604501634174101
Binary1110001100010111101101111000010010101110111000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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