Html Css Color HEX #718CDB Cornflower Blue

📋 copy color: '#718CDB'

red 113 ◦ green 140 ◦ blue 219

#718CDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #718CDB

Tints of Cornflower Blue #718CDB

RGB

 RED value IS 113 (44.53% from 255) = 23.94%

 GREEN value IS 140 (55.08% from 255) = 29.66%

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 23.94%
G = 29.66%
B = 46.4%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#718CDB (or 0x718CDB) is known color: Cornflower Blue. HEX triplet: 71, 8C and DB. RGB value is (113,140,219). Sum of RGB (Red+Green+Blue) = 113+140+219=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #718CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CDB is #8E7324. Grayscale: #8C8C8C. Windows color (decimal): -9335589 or 14388337. OLE color: 14388337.

HSL color Cylindrical-coordinate representation of color #718CDB: hue angle of 224.72º 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 #718CDB is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 140 219 -
CMYK 0.48 0.36 0 0.14
HSL 224.72º 0.6% 0.65% -
HSV(B) 224.72º 0.48% 0.86% -
XYZ 28.97 27.38 70.78 -
YUV 140.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 113 140 219 0.48 0.36 0 0.14 224.72 0.6 0.65
Hex 71 8C DB 30 24 0 E E1 3C 41
Octal 161 214 333 60 44 0 16 341 74 101
Binary 1110001 10001100 11011011 110000 100100 0 1110 11100001 111100 1000001

Color Harmonies of #718CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CDB

Black with #718CDB

Text Example


Text Example

White with #718CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #718CDB;
 }
 .AnyTagClassName
 {
   color: #718CDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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