Html Css Color HEX #718ED8 Cornflower Blue

📋 copy color: '#718ED8'

red 113 ◦ green 142 ◦ blue 216

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

Shades of Cornflower Blue #718ED8

Tints of Cornflower Blue #718ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.86%

R = 23.99%
G = 30.15%
B = 45.86%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#718ED8 (or 0x718ED8) is known color: Cornflower Blue. HEX triplet: 71, 8E and D8. RGB value is (113,142,216). Sum of RGB (Red+Green+Blue) = 113+142+216=471 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.99% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #718ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ED8 is #8E7127. Grayscale: #8D8D8D. Windows color (decimal): -9335080 or 14192241. OLE color: 14192241.

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

Color convert

RGB 113 142 216 -
CMYK 0.48 0.34 0 0.15
HSL 223.11º 0.57% 0.65% -
HSV(B) 223.11º 0.48% 0.85% -
XYZ 28.88 27.81 68.81 -
YUV 141.77 169.89 107.48 -
System Red Green Blue C M Y K H S L
Decimal 113 142 216 0.48 0.34 0 0.15 223.11 0.57 0.65
Hex 71 8E D8 30 22 0 F DF 39 41
Octal 161 216 330 60 42 0 17 337 71 101
Binary 1110001 10001110 11011000 110000 100010 0 1111 11011111 111001 1000001

Color Harmonies of #718ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718ED8

Black with #718ED8

Text Example


Text Example

White with #718ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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