Html Css Color HEX #517EF1 Cornflower Blue

📋 copy color: '#517EF1'

red 81 ◦ green 126 ◦ blue 241

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

Shades of Cornflower Blue #517EF1

Tints of Cornflower Blue #517EF1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.13%

 BLUE value IS 241 (94.53% from 255) = 53.79%

R = 18.08%
G = 28.13%
B = 53.79%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#517EF1 (or 0x517EF1) is known color: Cornflower Blue. HEX triplet: 51, 7E and F1. RGB value is (81,126,241). Sum of RGB (Red+Green+Blue) = 81+126+241=448 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.08% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 241 (94.53% from 255 or 53.79% from 448); Max value from RGB is 241 - color contains mainly: blue. Hex color #517EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517EF1 is #AE810E. Grayscale: #7D7D7D. Windows color (decimal): -11436303 or 15826513. OLE color: 15826513.

HSL color Cylindrical-coordinate representation of color #517EF1: hue angle of 223.12º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #517EF1 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 126 241 -
CMYK 0.66 0.48 0 0.05
HSL 223.13º 0.85% 0.63% -
HSV(B) 223.13º 0.66% 0.95% -
XYZ 26.73 23.02 86.25 -
YUV 125.66 193.09 96.15 -
System Red Green Blue C M Y K H S L
Decimal 81 126 241 0.66 0.48 0 0.05 223.13 0.85 0.63
Hex 51 7E F1 42 30 0 5 DF 55 3F
Octal 121 176 361 102 60 0 5 337 125 77
Binary 1010001 1111110 11110001 1000010 110000 0 101 11011111 1010101 111111

Color Harmonies of #517EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517EF1

Black with #517EF1

Text Example


Text Example

White with #517EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517EF1; }

 p { color: rgb(81,126,241); }

 H1.HeaderClassName
 {
   color: #517EF1;
 }
 .AnyTagClassName
 {
   color: #517EF1;
 }
</style>

background-color css

<style>
 a { background-color: #517EF1; }

 a { background-color: rgb(81,126,241); }

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

border-color css

<style>
 span { border-color: #517EF1; }

 span { border-color: rgb(81,126,241); }

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