Html Css Color HEX #518CFB Cornflower Blue

📋 copy color: '#518CFB'

red 81 ◦ green 140 ◦ blue 251

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

Shades of Cornflower Blue #518CFB

Tints of Cornflower Blue #518CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.66%

 BLUE value IS 251 (98.44% from 255) = 53.18%

R = 17.16%
G = 29.66%
B = 53.18%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#518CFB (or 0x518CFB) is known color: Cornflower Blue. HEX triplet: 51, 8C and FB. RGB value is (81,140,251). Sum of RGB (Red+Green+Blue) = 81+140+251=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #518CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518CFB is #AE7304. Grayscale: #868686. Windows color (decimal): -11432709 or 16485457. OLE color: 16485457.

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

Color convert

RGB 81 140 251 -
CMYK 0.68 0.44 0 0.02
HSL 219.18º 0.96% 0.65% -
HSV(B) 219.18º 0.68% 0.98% -
XYZ 30.18 27.47 94.98 -
YUV 135.01 193.45 89.47 -
System Red Green Blue C M Y K H S L
Decimal 81 140 251 0.68 0.44 0 0.02 219.18 0.96 0.65
Hex 51 8C FB 44 2C 0 2 DB 60 41
Octal 121 214 373 104 54 0 2 333 140 101
Binary 1010001 10001100 11111011 1000100 101100 0 10 11011011 1100000 1000001

Color Harmonies of #518CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518CFB

Black with #518CFB

Text Example


Text Example

White with #518CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,140,251); }

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

background-color css

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

 a { background-color: rgb(81,140,251); }

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

border-color css

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

 span { border-color: rgb(81,140,251); }

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