Html Css Color HEX #718CEC Cornflower Blue

📋 copy color: '#718CEC'

red 113 ◦ green 140 ◦ blue 236

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

Shades of Cornflower Blue #718CEC

Tints of Cornflower Blue #718CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 23.11%
G = 28.63%
B = 48.26%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#718CEC (or 0x718CEC) is known color: Cornflower Blue. HEX triplet: 71, 8C and EC. RGB value is (113,140,236). Sum of RGB (Red+Green+Blue) = 113+140+236=489 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.11% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #718CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718CEC is #8E7313. Grayscale: #8E8E8E. Windows color (decimal): -9335572 or 15502449. OLE color: 15502449.

HSL color Cylindrical-coordinate representation of color #718CEC: hue angle of 226.83º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #718CEC is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 140 236 -
CMYK 0.52 0.41 0 0.07
HSL 226.83º 0.76% 0.68% -
HSV(B) 226.83º 0.52% 0.93% -
XYZ 31.33 28.32 83.17 -
YUV 142.87 180.55 106.69 -
System Red Green Blue C M Y K H S L
Decimal 113 140 236 0.52 0.41 0 0.07 226.83 0.76 0.68
Hex 71 8C EC 34 29 0 7 E3 4C 44
Octal 161 214 354 64 51 0 7 343 114 104
Binary 1110001 10001100 11101100 110100 101001 0 111 11100011 1001100 1000100

Color Harmonies of #718CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CEC

Black with #718CEC

Text Example


Text Example

White with #718CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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