Html Css Color HEX #518EFE Cornflower Blue

📋 copy color: '#518EFE'

red 81 ◦ green 142 ◦ blue 254

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

Shades of Cornflower Blue #518EFE

Tints of Cornflower Blue #518EFE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.77%

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

R = 16.98%
G = 29.77%
B = 53.25%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#518EFE (or 0x518EFE) is known color: Cornflower Blue. HEX triplet: 51, 8E and FE. RGB value is (81,142,254). Sum of RGB (Red+Green+Blue) = 81+142+254=477 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.98% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #518EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518EFE is #AE7101. Grayscale: #888888. Windows color (decimal): -11432194 or 16682577. OLE color: 16682577.

HSL color Cylindrical-coordinate representation of color #518EFE: hue angle of 218.84º 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 #518EFE is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 81 142 254 -
CMYK 0.68 0.44 0 0.00
HSL 218.84º 0.99% 0.66% -
HSV(B) 218.84º 0.68% 1% -
XYZ 30.96 28.25 97.59 -
YUV 136.53 194.29 88.39 -
System Red Green Blue C M Y K H S L
Decimal 81 142 254 0.68 0.44 0 0.00 218.84 0.99 0.66
Hex 51 8E FE 44 2C 0 0 DB 63 42
Octal 121 216 376 104 54 0 0 333 143 102
Binary 1010001 10001110 11111110 1000100 101100 0 0 11011011 1100011 1000010

Color Harmonies of #518EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518EFE

Black with #518EFE

Text Example


Text Example

White with #518EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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