Html Css Color HEX #518CE1 Cornflower Blue

📋 copy color: '#518CE1'

red 81 ◦ green 140 ◦ blue 225

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

Shades of Cornflower Blue #518CE1

Tints of Cornflower Blue #518CE1

RGB

 RED value IS 81 (32.03% from 255) = 18.16%

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

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

R = 18.16%
G = 31.39%
B = 50.45%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#518CE1 (or 0x518CE1) is known color: Cornflower Blue. HEX triplet: 51, 8C and E1. RGB value is (81,140,225). Sum of RGB (Red+Green+Blue) = 81+140+225=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #518CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518CE1 is #AE731E. Grayscale: #838383. Windows color (decimal): -11432735 or 14781521. OLE color: 14781521.

HSL color Cylindrical-coordinate representation of color #518CE1: hue angle of 215.42º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518CE1 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 140 225 -
CMYK 0.64 0.38 0 0.12
HSL 215.42º 0.71% 0.6% -
HSV(B) 215.42º 0.64% 0.88% -
XYZ 26.36 25.94 74.85 -
YUV 132.05 180.45 91.59 -
System Red Green Blue C M Y K H S L
Decimal 81 140 225 0.64 0.38 0 0.12 215.42 0.71 0.6
Hex 51 8C E1 40 26 0 C D7 47 3C
Octal 121 214 341 100 46 0 14 327 107 74
Binary 1010001 10001100 11100001 1000000 100110 0 1100 11010111 1000111 111100

Color Harmonies of #518CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CE1

Black with #518CE1

Text Example


Text Example

White with #518CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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