Html Css Color HEX #518AF7 Cornflower Blue

📋 copy color: '#518AF7'

red 81 ◦ green 138 ◦ blue 247

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

Shades of Cornflower Blue #518AF7

Tints of Cornflower Blue #518AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 53%

R = 17.38%
G = 29.61%
B = 53%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#518AF7 (or 0x518AF7) is known color: Cornflower Blue. HEX triplet: 51, 8A and F7. RGB value is (81,138,247). Sum of RGB (Red+Green+Blue) = 81+138+247=466 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.38% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 247 (96.88% from 255 or 53.00% from 466); Max value from RGB is 247 - color contains mainly: blue. Hex color #518AF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518AF7 is #AE7508. Grayscale: #848484. Windows color (decimal): -11433225 or 16222801. OLE color: 16222801.

HSL color Cylindrical-coordinate representation of color #518AF7: hue angle of 219.4º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #518AF7 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 81 138 247 -
CMYK 0.67 0.44 0 0.03
HSL 219.4º 0.91% 0.64% -
HSV(B) 219.4º 0.67% 0.97% -
XYZ 29.27 26.64 91.6 -
YUV 133.38 192.12 90.64 -
System Red Green Blue C M Y K H S L
Decimal 81 138 247 0.67 0.44 0 0.03 219.4 0.91 0.64
Hex 51 8A F7 43 2C 0 3 DB 5B 40
Octal 121 212 367 103 54 0 3 333 133 100
Binary 1010001 10001010 11110111 1000011 101100 0 11 11011011 1011011 1000000

Color Harmonies of #518AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518AF7

Black with #518AF7

Text Example


Text Example

White with #518AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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