Html Css Color HEX #518EFF Cornflower Blue

📋 copy color: '#518EFF'

red 81 ◦ green 142 ◦ blue 255

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

Shades of Cornflower Blue #518EFF

Tints of Cornflower Blue #518EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.35%

R = 16.95%
G = 29.71%
B = 53.35%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#518EFF (or 0x518EFF) is known color: Cornflower Blue. HEX triplet: 51, 8E and FF. RGB value is (81,142,255). Sum of RGB (Red+Green+Blue) = 81+142+255=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #518EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518EFF is #AE7100. Grayscale: #888888. Windows color (decimal): -11432193 or 16748113. OLE color: 16748113.

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

Color convert

RGB 81 142 255 -
CMYK 0.68 0.44 0 0
HSL 218.97º 1% 0.66% -
HSV(B) 218.97º 0.68% 1% -
XYZ 31.12 28.32 98.43 -
YUV 136.64 194.79 88.31 -
System Red Green Blue C M Y K H S L
Decimal 81 142 255 0.68 0.44 0 0 218.97 1 0.66
Hex 51 8E FF 44 2C 0 0 DB 64 42
Octal 121 216 377 104 54 0 0 333 144 102
Binary 1010001 10001110 11111111 1000100 101100 0 0 11011011 1100100 1000010

Color Harmonies of #518EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518EFF

Black with #518EFF

Text Example


Text Example

White with #518EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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