Html Css Color HEX #518AFB Cornflower Blue

📋 copy color: '#518AFB'

red 81 ◦ green 138 ◦ blue 251

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

Shades of Cornflower Blue #518AFB

Tints of Cornflower Blue #518AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.4%

R = 17.23%
G = 29.36%
B = 53.4%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#518AFB (or 0x518AFB) is known color: Cornflower Blue. HEX triplet: 51, 8A and FB. RGB value is (81,138,251). Sum of RGB (Red+Green+Blue) = 81+138+251=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #518AFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518AFB is #AE7504. Grayscale: #858585. Windows color (decimal): -11433221 or 16484945. OLE color: 16484945.

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

Color convert

RGB 81 138 251 -
CMYK 0.68 0.45 0 0.02
HSL 219.88º 0.96% 0.65% -
HSV(B) 219.88º 0.68% 0.98% -
XYZ 29.89 26.89 94.88 -
YUV 133.84 194.12 90.31 -
System Red Green Blue C M Y K H S L
Decimal 81 138 251 0.68 0.45 0 0.02 219.88 0.96 0.65
Hex 51 8A FB 44 2D 0 2 DC 60 41
Octal 121 212 373 104 55 0 2 334 140 101
Binary 1010001 10001010 11111011 1000100 101101 0 10 11011100 1100000 1000001

Color Harmonies of #518AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518AFB

Black with #518AFB

Text Example


Text Example

White with #518AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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