Html Css Color HEX #718DDA Cornflower Blue

📋 copy color: '#718DDA'

red 113 ◦ green 141 ◦ blue 218

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

Shades of Cornflower Blue #718DDA

Tints of Cornflower Blue #718DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.87%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 23.94%
G = 29.87%
B = 46.19%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#718DDA (or 0x718DDA) is known color: Cornflower Blue. HEX triplet: 71, 8D and DA. RGB value is (113,141,218). Sum of RGB (Red+Green+Blue) = 113+141+218=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #718DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DDA is #8E7225. Grayscale: #8D8D8D. Windows color (decimal): -9335334 or 14323057. OLE color: 14323057.

HSL color Cylindrical-coordinate representation of color #718DDA: hue angle of 224º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #718DDA is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 141 218 -
CMYK 0.48 0.35 0 0.15
HSL 224º 0.59% 0.65% -
HSV(B) 224º 0.48% 0.85% -
XYZ 28.99 27.62 70.13 -
YUV 141.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 113 141 218 0.48 0.35 0 0.15 224 0.59 0.65
Hex 71 8D DA 30 23 0 F E0 3B 41
Octal 161 215 332 60 43 0 17 340 73 101
Binary 1110001 10001101 11011010 110000 100011 0 1111 11100000 111011 1000001

Color Harmonies of #718DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DDA

Black with #718DDA

Text Example


Text Example

White with #718DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,141,218); }

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

background-color css

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

 a { background-color: rgb(113,141,218); }

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

border-color css

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

 span { border-color: rgb(113,141,218); }

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