Html Css Color HEX #518DFD Cornflower Blue

📋 copy color: '#518DFD'

red 81 ◦ green 141 ◦ blue 253

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

Shades of Cornflower Blue #518DFD

Tints of Cornflower Blue #518DFD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.68%

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

R = 17.05%
G = 29.68%
B = 53.26%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#518DFD (or 0x518DFD) is known color: Cornflower Blue. HEX triplet: 51, 8D and FD. RGB value is (81,141,253). Sum of RGB (Red+Green+Blue) = 81+141+253=475 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.05% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #518DFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518DFD is #AE7202. Grayscale: #878787. Windows color (decimal): -11432451 or 16616785. OLE color: 16616785.

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

Color convert

RGB 81 141 253 -
CMYK 0.68 0.44 0 0.01
HSL 219.07º 0.98% 0.65% -
HSV(B) 219.07º 0.68% 0.99% -
XYZ 30.65 27.89 96.7 -
YUV 135.83 194.12 88.89 -
System Red Green Blue C M Y K H S L
Decimal 81 141 253 0.68 0.44 0 0.01 219.07 0.98 0.65
Hex 51 8D FD 44 2C 0 1 DB 62 41
Octal 121 215 375 104 54 0 1 333 142 101
Binary 1010001 10001101 11111101 1000100 101100 0 1 11011011 1100010 1000001

Color Harmonies of #518DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DFD

Black with #518DFD

Text Example


Text Example

White with #518DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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