Html Css Color HEX #518FE1 Cornflower Blue

📋 copy color: '#518FE1'

red 81 ◦ green 143 ◦ blue 225

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

Shades of Cornflower Blue #518FE1

Tints of Cornflower Blue #518FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.11%

R = 18.04%
G = 31.85%
B = 50.11%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#518FE1 (or 0x518FE1) is known color: Cornflower Blue. HEX triplet: 51, 8F and E1. RGB value is (81,143,225). Sum of RGB (Red+Green+Blue) = 81+143+225=449 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.04% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #518FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518FE1 is #AE701E. Grayscale: #858585. Windows color (decimal): -11431967 or 14782289. OLE color: 14782289.

HSL color Cylindrical-coordinate representation of color #518FE1: hue angle of 214.17º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #518FE1 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 81 143 225 -
CMYK 0.64 0.36 0 0.12
HSL 214.17º 0.71% 0.6% -
HSV(B) 214.17º 0.64% 0.88% -
XYZ 26.81 26.83 75 -
YUV 133.81 179.46 90.33 -
System Red Green Blue C M Y K H S L
Decimal 81 143 225 0.64 0.36 0 0.12 214.17 0.71 0.6
Hex 51 8F E1 40 24 0 C D6 47 3C
Octal 121 217 341 100 44 0 14 326 107 74
Binary 1010001 10001111 11100001 1000000 100100 0 1100 11010110 1000111 111100

Color Harmonies of #518FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518FE1

Black with #518FE1

Text Example


Text Example

White with #518FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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