Html Css Color HEX #718CE1 Cornflower Blue

📋 copy color: '#718CE1'

red 113 ◦ green 140 ◦ blue 225

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

Shades of Cornflower Blue #718CE1

Tints of Cornflower Blue #718CE1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.29%

 BLUE value IS 225 (88.28% from 255) = 47.07%

R = 23.64%
G = 29.29%
B = 47.07%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#718CE1 (or 0x718CE1) is known color: Cornflower Blue. HEX triplet: 71, 8C and E1. RGB value is (113,140,225). Sum of RGB (Red+Green+Blue) = 113+140+225=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #718CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CE1 is #8E731E. Grayscale: #8D8D8D. Windows color (decimal): -9335583 or 14781553. OLE color: 14781553.

HSL color Cylindrical-coordinate representation of color #718CE1: hue angle of 225.54º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #718CE1 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 113 140 225 -
CMYK 0.50 0.38 0 0.12
HSL 225.54º 0.65% 0.66% -
HSV(B) 225.54º 0.5% 0.88% -
XYZ 29.78 27.7 75.01 -
YUV 141.62 175.05 107.59 -
System Red Green Blue C M Y K H S L
Decimal 113 140 225 0.50 0.38 0 0.12 225.54 0.65 0.66
Hex 71 8C E1 32 26 0 C E2 41 42
Octal 161 214 341 62 46 0 14 342 101 102
Binary 1110001 10001100 11100001 110010 100110 0 1100 11100010 1000001 1000010

Color Harmonies of #718CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CE1

Black with #718CE1

Text Example


Text Example

White with #718CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,140,225); }

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

background-color css

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

 a { background-color: rgb(113,140,225); }

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

border-color css

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

 span { border-color: rgb(113,140,225); }

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