Html Css Color HEX #718BEC Cornflower Blue

📋 copy color: '#718BEC'

red 113 ◦ green 139 ◦ blue 236

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

Shades of Cornflower Blue #718BEC

Tints of Cornflower Blue #718BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.48%

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

R = 23.16%
G = 28.48%
B = 48.36%

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

#718BEC (or 0x718BEC) is known color: Cornflower Blue. HEX triplet: 71, 8B and EC. RGB value is (113,139,236). Sum of RGB (Red+Green+Blue) = 113+139+236=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #718BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718BEC is #8E7413. Grayscale: #8D8D8D. Windows color (decimal): -9335828 or 15502193. OLE color: 15502193.

HSL color Cylindrical-coordinate representation of color #718BEC: hue angle of 227.32º 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 #718BEC is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 139 236 -
CMYK 0.52 0.41 0 0.07
HSL 227.32º 0.76% 0.68% -
HSV(B) 227.32º 0.52% 0.93% -
XYZ 31.18 28.03 83.12 -
YUV 142.28 180.89 107.11 -
System Red Green Blue C M Y K H S L
Decimal 113 139 236 0.52 0.41 0 0.07 227.32 0.76 0.68
Hex 71 8B EC 34 29 0 7 E3 4C 44
Octal 161 213 354 64 51 0 7 343 114 104
Binary 1110001 10001011 11101100 110100 101001 0 111 11100011 1001100 1000100

Color Harmonies of #718BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BEC

Black with #718BEC

Text Example


Text Example

White with #718BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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