Html Css Color HEX #718CEB Cornflower Blue

📋 copy color: '#718CEB'

red 113 ◦ green 140 ◦ blue 235

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

Shades of Cornflower Blue #718CEB

Tints of Cornflower Blue #718CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 23.16%
G = 28.69%
B = 48.16%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#718CEB (or 0x718CEB) is known color: Cornflower Blue. HEX triplet: 71, 8C and EB. RGB value is (113,140,235). Sum of RGB (Red+Green+Blue) = 113+140+235=488 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.16% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #718CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #718CEB is #8E7314. Grayscale: #8E8E8E. Windows color (decimal): -9335573 or 15436913. OLE color: 15436913.

HSL color Cylindrical-coordinate representation of color #718CEB: hue angle of 226.72º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #718CEB is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 140 235 -
CMYK 0.52 0.40 0 0.08
HSL 226.72º 0.75% 0.68% -
HSV(B) 226.72º 0.52% 0.92% -
XYZ 31.18 28.27 82.41 -
YUV 142.76 180.05 106.78 -
System Red Green Blue C M Y K H S L
Decimal 113 140 235 0.52 0.40 0 0.08 226.72 0.75 0.68
Hex 71 8C EB 34 28 0 8 E3 4B 44
Octal 161 214 353 64 50 0 10 343 113 104
Binary 1110001 10001100 11101011 110100 101000 0 1000 11100011 1001011 1000100

Color Harmonies of #718CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CEB

Black with #718CEB

Text Example


Text Example

White with #718CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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