Html Css Color HEX #518DE0 Cornflower Blue

📋 copy color: '#518DE0'

red 81 ◦ green 141 ◦ blue 224

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

Shades of Cornflower Blue #518DE0

Tints of Cornflower Blue #518DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.22%

R = 18.16%
G = 31.61%
B = 50.22%

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

#518DE0 (or 0x518DE0) is known color: Cornflower Blue. HEX triplet: 51, 8D and E0. RGB value is (81,141,224). Sum of RGB (Red+Green+Blue) = 81+141+224=446 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.16% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #518DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DE0 is #AE721F. Grayscale: #848484. Windows color (decimal): -11432480 or 14716241. OLE color: 14716241.

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

Color convert

RGB 81 141 224 -
CMYK 0.64 0.37 0 0.12
HSL 214.83º 0.7% 0.6% -
HSV(B) 214.83º 0.64% 0.88% -
XYZ 26.37 26.18 74.18 -
YUV 132.52 179.62 91.25 -
System Red Green Blue C M Y K H S L
Decimal 81 141 224 0.64 0.37 0 0.12 214.83 0.7 0.6
Hex 51 8D E0 40 25 0 C D7 46 3C
Octal 121 215 340 100 45 0 14 327 106 74
Binary 1010001 10001101 11100000 1000000 100101 0 1100 11010111 1000110 111100

Color Harmonies of #518DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DE0

Black with #518DE0

Text Example


Text Example

White with #518DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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