Html Css Color HEX #518BFE Cornflower Blue

📋 copy color: '#518BFE'

red 81 ◦ green 139 ◦ blue 254

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

Shades of Cornflower Blue #518BFE

Tints of Cornflower Blue #518BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.32%

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

R = 17.09%
G = 29.32%
B = 53.59%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#518BFE (or 0x518BFE) is known color: Cornflower Blue. HEX triplet: 51, 8B and FE. RGB value is (81,139,254). Sum of RGB (Red+Green+Blue) = 81+139+254=474 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.09% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #518BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518BFE is #AE7401. Grayscale: #868686. Windows color (decimal): -11432962 or 16681809. OLE color: 16681809.

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

Color convert

RGB 81 139 254 -
CMYK 0.68 0.45 0 0.00
HSL 219.88º 0.99% 0.66% -
HSV(B) 219.88º 0.68% 1% -
XYZ 30.52 27.37 97.44 -
YUV 134.77 195.28 89.65 -
System Red Green Blue C M Y K H S L
Decimal 81 139 254 0.68 0.45 0 0.00 219.88 0.99 0.66
Hex 51 8B FE 44 2D 0 0 DC 63 42
Octal 121 213 376 104 55 0 0 334 143 102
Binary 1010001 10001011 11111110 1000100 101101 0 0 11011100 1100011 1000010

Color Harmonies of #518BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BFE

Black with #518BFE

Text Example


Text Example

White with #518BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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