Html Css Color HEX #718EDA Cornflower Blue

📋 copy color: '#718EDA'

red 113 ◦ green 142 ◦ blue 218

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

Shades of Cornflower Blue #718EDA

Tints of Cornflower Blue #718EDA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.02%

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

R = 23.89%
G = 30.02%
B = 46.09%

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

#718EDA (or 0x718EDA) is known color: Cornflower Blue. HEX triplet: 71, 8E and DA. RGB value is (113,142,218). Sum of RGB (Red+Green+Blue) = 113+142+218=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #718EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EDA is #8E7125. Grayscale: #8D8D8D. Windows color (decimal): -9335078 or 14323313. OLE color: 14323313.

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

Color convert

RGB 113 142 218 -
CMYK 0.48 0.35 0 0.15
HSL 223.43º 0.59% 0.65% -
HSV(B) 223.43º 0.48% 0.85% -
XYZ 29.14 27.92 70.18 -
YUV 141.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 113 142 218 0.48 0.35 0 0.15 223.43 0.59 0.65
Hex 71 8E DA 30 23 0 F DF 3B 41
Octal 161 216 332 60 43 0 17 337 73 101
Binary 1110001 10001110 11011010 110000 100011 0 1111 11011111 111011 1000001

Color Harmonies of #718EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718EDA

Black with #718EDA

Text Example


Text Example

White with #718EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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