Html Css Color HEX #718BDC Cornflower Blue

📋 copy color: '#718BDC'

red 113 ◦ green 139 ◦ blue 220

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

Shades of Cornflower Blue #718BDC

Tints of Cornflower Blue #718BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.45%

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 23.94%
G = 29.45%
B = 46.61%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#718BDC (or 0x718BDC) is known color: Cornflower Blue. HEX triplet: 71, 8B and DC. RGB value is (113,139,220). Sum of RGB (Red+Green+Blue) = 113+139+220=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #718BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BDC is #8E7423. Grayscale: #8C8C8C. Windows color (decimal): -9335844 or 14453617. OLE color: 14453617.

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

Color convert

RGB 113 139 220 -
CMYK 0.49 0.37 0 0.14
HSL 225.42º 0.6% 0.65% -
HSV(B) 225.42º 0.49% 0.86% -
XYZ 28.96 27.14 71.42 -
YUV 140.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 113 139 220 0.49 0.37 0 0.14 225.42 0.6 0.65
Hex 71 8B DC 31 25 0 E E1 3C 41
Octal 161 213 334 61 45 0 16 341 74 101
Binary 1110001 10001011 11011100 110001 100101 0 1110 11100001 111100 1000001

Color Harmonies of #718BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BDC

Black with #718BDC

Text Example


Text Example

White with #718BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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