Html Css Color HEX #518EFA Cornflower Blue

📋 copy color: '#518EFA'

red 81 ◦ green 142 ◦ blue 250

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

Shades of Cornflower Blue #518EFA

Tints of Cornflower Blue #518EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.85%

R = 17.12%
G = 30.02%
B = 52.85%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#518EFA (or 0x518EFA) is known color: Cornflower Blue. HEX triplet: 51, 8E and FA. RGB value is (81,142,250). Sum of RGB (Red+Green+Blue) = 81+142+250=473 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.12% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #518EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518EFA is #AE7105. Grayscale: #878787. Windows color (decimal): -11432198 or 16420433. OLE color: 16420433.

HSL color Cylindrical-coordinate representation of color #518EFA: hue angle of 218.34º degrees, saturation: 0.94, 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 #518EFA is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 142 250 -
CMYK 0.68 0.43 0 0.02
HSL 218.34º 0.94% 0.65% -
HSV(B) 218.34º 0.68% 0.98% -
XYZ 30.32 28 94.25 -
YUV 136.07 192.29 88.72 -
System Red Green Blue C M Y K H S L
Decimal 81 142 250 0.68 0.43 0 0.02 218.34 0.94 0.65
Hex 51 8E FA 44 2B 0 2 DA 5E 41
Octal 121 216 372 104 53 0 2 332 136 101
Binary 1010001 10001110 11111010 1000100 101011 0 10 11011010 1011110 1000001

Color Harmonies of #518EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518EFA

Black with #518EFA

Text Example


Text Example

White with #518EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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