Html Css Color HEX #718EDE Cornflower Blue

📋 copy color: '#718EDE'

red 113 ◦ green 142 ◦ blue 222

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

Shades of Cornflower Blue #718EDE

Tints of Cornflower Blue #718EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 23.69%
G = 29.77%
B = 46.54%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#718EDE (or 0x718EDE) is known color: Cornflower Blue. HEX triplet: 71, 8E and DE. RGB value is (113,142,222). Sum of RGB (Red+Green+Blue) = 113+142+222=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #718EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EDE is #8E7121. Grayscale: #8E8E8E. Windows color (decimal): -9335074 or 14585457. OLE color: 14585457.

HSL color Cylindrical-coordinate representation of color #718EDE: hue angle of 224.04º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #718EDE is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 142 222 -
CMYK 0.49 0.36 0 0.13
HSL 224.04º 0.62% 0.66% -
HSV(B) 224.04º 0.49% 0.87% -
XYZ 29.67 28.13 72.97 -
YUV 142.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 113 142 222 0.49 0.36 0 0.13 224.04 0.62 0.66
Hex 71 8E DE 31 24 0 D E0 3E 42
Octal 161 216 336 61 44 0 15 340 76 102
Binary 1110001 10001110 11011110 110001 100100 0 1101 11100000 111110 1000010

Color Harmonies of #718EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718EDE

Black with #718EDE

Text Example


Text Example

White with #718EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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