Html Css Color HEX #718ED6 Cornflower Blue

📋 copy color: '#718ED6'

red 113 ◦ green 142 ◦ blue 214

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

Shades of Cornflower Blue #718ED6

Tints of Cornflower Blue #718ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.63%

R = 24.09%
G = 30.28%
B = 45.63%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#718ED6 (or 0x718ED6) is known color: Cornflower Blue. HEX triplet: 71, 8E and D6. RGB value is (113,142,214). Sum of RGB (Red+Green+Blue) = 113+142+214=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 142 (55.86% from 255 or 30.28% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #718ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ED6 is #8E7129. Grayscale: #8D8D8D. Windows color (decimal): -9335082 or 14061169. OLE color: 14061169.

HSL color Cylindrical-coordinate representation of color #718ED6: hue angle of 222.77º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #718ED6 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 142 214 -
CMYK 0.47 0.34 0 0.16
HSL 222.77º 0.55% 0.64% -
HSV(B) 222.77º 0.47% 0.84% -
XYZ 28.62 27.71 67.46 -
YUV 141.54 168.89 107.65 -
System Red Green Blue C M Y K H S L
Decimal 113 142 214 0.47 0.34 0 0.16 222.77 0.55 0.64
Hex 71 8E D6 2F 22 0 10 DF 37 40
Octal 161 216 326 57 42 0 20 337 67 100
Binary 1110001 10001110 11010110 101111 100010 0 10000 11011111 110111 1000000

Color Harmonies of #718ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718ED6

Black with #718ED6

Text Example


Text Example

White with #718ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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