Html Css Color HEX #518AFE Cornflower Blue

📋 copy color: '#518AFE'

red 81 ◦ green 138 ◦ blue 254

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

Shades of Cornflower Blue #518AFE

Tints of Cornflower Blue #518AFE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.18%

 BLUE value IS 254 (99.61% from 255) = 53.7%

R = 17.12%
G = 29.18%
B = 53.7%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#518AFE (or 0x518AFE) is known color: Cornflower Blue. HEX triplet: 51, 8A and FE. RGB value is (81,138,254). Sum of RGB (Red+Green+Blue) = 81+138+254=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #518AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518AFE is #AE7501. Grayscale: #858585. Windows color (decimal): -11433218 or 16681553. OLE color: 16681553.

HSL color Cylindrical-coordinate representation of color #518AFE: hue angle of 220.23º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #518AFE is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 138 254 -
CMYK 0.68 0.46 0 0.00
HSL 220.23º 0.99% 0.66% -
HSV(B) 220.23º 0.68% 1% -
XYZ 30.37 27.08 97.39 -
YUV 134.18 195.62 90.07 -
System Red Green Blue C M Y K H S L
Decimal 81 138 254 0.68 0.46 0 0.00 220.23 0.99 0.66
Hex 51 8A FE 44 2E 0 0 DC 63 42
Octal 121 212 376 104 56 0 0 334 143 102
Binary 1010001 10001010 11111110 1000100 101110 0 0 11011100 1100011 1000010

Color Harmonies of #518AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518AFE

Black with #518AFE

Text Example


Text Example

White with #518AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,138,254); }

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

background-color css

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

 a { background-color: rgb(81,138,254); }

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

border-color css

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

 span { border-color: rgb(81,138,254); }

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