Html Css Color HEX #518ADF Cornflower Blue

📋 copy color: '#518ADF'

red 81 ◦ green 138 ◦ blue 223

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

Shades of Cornflower Blue #518ADF

Tints of Cornflower Blue #518ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 18.33%
G = 31.22%
B = 50.45%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#518ADF (or 0x518ADF) is known color: Cornflower Blue. HEX triplet: 51, 8A and DF. RGB value is (81,138,223). Sum of RGB (Red+Green+Blue) = 81+138+223=442 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.33% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #518ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ADF is #AE7520. Grayscale: #828282. Windows color (decimal): -11433249 or 14649937. OLE color: 14649937.

HSL color Cylindrical-coordinate representation of color #518ADF: hue angle of 215.92º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518ADF is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 138 223 -
CMYK 0.64 0.38 0 0.13
HSL 215.92º 0.69% 0.6% -
HSV(B) 215.92º 0.64% 0.87% -
XYZ 25.8 25.25 73.33 -
YUV 130.65 180.12 92.59 -
System Red Green Blue C M Y K H S L
Decimal 81 138 223 0.64 0.38 0 0.13 215.92 0.69 0.6
Hex 51 8A DF 40 26 0 D D8 45 3C
Octal 121 212 337 100 46 0 15 330 105 74
Binary 1010001 10001010 11011111 1000000 100110 0 1101 11011000 1000101 111100

Color Harmonies of #518ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ADF

Black with #518ADF

Text Example


Text Example

White with #518ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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