Html Css Color HEX #518AF8 Cornflower Blue

📋 copy color: '#518AF8'

red 81 ◦ green 138 ◦ blue 248

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

Shades of Cornflower Blue #518AF8

Tints of Cornflower Blue #518AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 53.1%

R = 17.34%
G = 29.55%
B = 53.1%

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

#518AF8 (or 0x518AF8) is known color: Cornflower Blue. HEX triplet: 51, 8A and F8. RGB value is (81,138,248). Sum of RGB (Red+Green+Blue) = 81+138+248=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 138 (54.30% from 255 or 29.55% from 467); Blue value is 248 (97.27% from 255 or 53.10% from 467); Max value from RGB is 248 - color contains mainly: blue. Hex color #518AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518AF8 is #AE7507. Grayscale: #858585. Windows color (decimal): -11433224 or 16288337. OLE color: 16288337.

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

Color convert

RGB 81 138 248 -
CMYK 0.67 0.44 0 0.03
HSL 219.52º 0.92% 0.65% -
HSV(B) 219.52º 0.67% 0.97% -
XYZ 29.43 26.7 92.41 -
YUV 133.5 192.62 90.56 -
System Red Green Blue C M Y K H S L
Decimal 81 138 248 0.67 0.44 0 0.03 219.52 0.92 0.65
Hex 51 8A F8 43 2C 0 3 DC 5C 41
Octal 121 212 370 103 54 0 3 334 134 101
Binary 1010001 10001010 11111000 1000011 101100 0 11 11011100 1011100 1000001

Color Harmonies of #518AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518AF8

Black with #518AF8

Text Example


Text Example

White with #518AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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