Html Css Color HEX #518AFD Cornflower Blue

📋 copy color: '#518AFD'

red 81 ◦ green 138 ◦ blue 253

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

Shades of Cornflower Blue #518AFD

Tints of Cornflower Blue #518AFD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.24%

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 17.16%
G = 29.24%
B = 53.6%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#518AFD (or 0x518AFD) is known color: Cornflower Blue. HEX triplet: 51, 8A and FD. RGB value is (81,138,253). Sum of RGB (Red+Green+Blue) = 81+138+253=472 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.16% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #518AFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518AFD is #AE7502. Grayscale: #858585. Windows color (decimal): -11433219 or 16616017. OLE color: 16616017.

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

Color convert

RGB 81 138 253 -
CMYK 0.68 0.45 0 0.01
HSL 220.12º 0.98% 0.65% -
HSV(B) 220.12º 0.68% 0.99% -
XYZ 30.21 27.02 96.55 -
YUV 134.07 195.12 90.15 -
System Red Green Blue C M Y K H S L
Decimal 81 138 253 0.68 0.45 0 0.01 220.12 0.98 0.65
Hex 51 8A FD 44 2D 0 1 DC 62 41
Octal 121 212 375 104 55 0 1 334 142 101
Binary 1010001 10001010 11111101 1000100 101101 0 1 11011100 1100010 1000001

Color Harmonies of #518AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518AFD

Black with #518AFD

Text Example


Text Example

White with #518AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,138,253); }

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

background-color css

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

 a { background-color: rgb(81,138,253); }

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

border-color css

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

 span { border-color: rgb(81,138,253); }

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