Html Css Color HEX #518FFF Cornflower Blue

📋 copy color: '#518FFF'

red 81 ◦ green 143 ◦ blue 255

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

Shades of Cornflower Blue #518FFF

Tints of Cornflower Blue #518FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.85%

 BLUE value IS 255 (100% from 255) = 53.24%

R = 16.91%
G = 29.85%
B = 53.24%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#518FFF (or 0x518FFF) is known color: Cornflower Blue. HEX triplet: 51, 8F and FF. RGB value is (81,143,255). Sum of RGB (Red+Green+Blue) = 81+143+255=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #518FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #518FFF is #AE7000. Grayscale: #888888. Windows color (decimal): -11431937 or 16748369. OLE color: 16748369.

HSL color Cylindrical-coordinate representation of color #518FFF: hue angle of 218.62º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #518FFF is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 81 143 255 -
CMYK 0.68 0.44 0 0
HSL 218.62º 1% 0.66% -
HSV(B) 218.62º 0.68% 1% -
XYZ 31.27 28.61 98.48 -
YUV 137.23 194.46 87.89 -
System Red Green Blue C M Y K H S L
Decimal 81 143 255 0.68 0.44 0 0 218.62 1 0.66
Hex 51 8F FF 44 2C 0 0 DB 64 42
Octal 121 217 377 104 54 0 0 333 144 102
Binary 1010001 10001111 11111111 1000100 101100 0 0 11011011 1100100 1000010

Color Harmonies of #518FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FFF

Black with #518FFF

Text Example


Text Example

White with #518FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,143,255); }

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

background-color css

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

 a { background-color: rgb(81,143,255); }

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

border-color css

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

 span { border-color: rgb(81,143,255); }

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