Html Css Color HEX #718BDB Cornflower Blue

📋 copy color: '#718BDB'

red 113 ◦ green 139 ◦ blue 219

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

Shades of Cornflower Blue #718BDB

Tints of Cornflower Blue #718BDB

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.5%

R = 23.99%
G = 29.51%
B = 46.5%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#718BDB (or 0x718BDB) is known color: 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

RGB 113 139 219 -
CMYK 0.48 0.37 0 0.14
HSL 225.28º 0.6% 0.65% -
HSV(B) 225.28º 0.48% 0.86% -
XYZ 28.83 27.09 70.73 -
YUV 140.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 113 139 219 0.48 0.37 0 0.14 225.28 0.6 0.65
Hex 71 8B DB 30 25 0 E E1 3C 41
Octal 161 213 333 60 45 0 16 341 74 101
Binary 1110001 10001011 11011011 110000 100101 0 1110 11100001 111100 1000001

Color Harmonies of #718BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BDB

Black with #718BDB

Text Example


Text Example

White with #718BDB

Text Example


Text Example

HTML Codes & Css Web 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>