Html Css Color HEX #518DE1 Cornflower Blue

📋 copy color: '#518DE1'

red 81 ◦ green 141 ◦ blue 225

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

Shades of Cornflower Blue #518DE1

Tints of Cornflower Blue #518DE1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.54%

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

R = 18.12%
G = 31.54%
B = 50.34%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#518DE1 (or 0x518DE1) is known color: Cornflower Blue. HEX triplet: 51, 8D and E1. RGB value is (81,141,225). Sum of RGB (Red+Green+Blue) = 81+141+225=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #518DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DE1 is #AE721E. Grayscale: #848484. Windows color (decimal): -11432479 or 14781777. OLE color: 14781777.

HSL color Cylindrical-coordinate representation of color #518DE1: hue angle of 215º 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 #518DE1 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 141 225 -
CMYK 0.64 0.37 0 0.12
HSL 215º 0.71% 0.6% -
HSV(B) 215º 0.64% 0.88% -
XYZ 26.51 26.24 74.9 -
YUV 132.64 180.12 91.17 -
System Red Green Blue C M Y K H S L
Decimal 81 141 225 0.64 0.37 0 0.12 215 0.71 0.6
Hex 51 8D E1 40 25 0 C D7 47 3C
Octal 121 215 341 100 45 0 14 327 107 74
Binary 1010001 10001101 11100001 1000000 100101 0 1100 11010111 1000111 111100

Color Harmonies of #518DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DE1

Black with #518DE1

Text Example


Text Example

White with #518DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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