Html Css Color HEX #517CFE Cornflower Blue

📋 copy color: '#517CFE'

red 81 ◦ green 124 ◦ blue 254

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

Shades of Cornflower Blue #517CFE

Tints of Cornflower Blue #517CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

 BLUE value IS 254 (99.61% from 255) = 55.34%

R = 17.65%
G = 27.02%
B = 55.34%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#517CFE (or 0x517CFE) is known color: Cornflower Blue. HEX triplet: 51, 7C and FE. RGB value is (81,124,254). Sum of RGB (Red+Green+Blue) = 81+124+254=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #517CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517CFE is #AE8301. Grayscale: #7D7D7D. Windows color (decimal): -11436802 or 16677969. OLE color: 16677969.

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

Color convert

RGB 81 124 254 -
CMYK 0.68 0.51 0 0.00
HSL 225.09º 0.99% 0.66% -
HSV(B) 225.09º 0.68% 1% -
XYZ 28.49 23.32 96.77 -
YUV 125.96 200.25 95.93 -
System Red Green Blue C M Y K H S L
Decimal 81 124 254 0.68 0.51 0 0.00 225.09 0.99 0.66
Hex 51 7C FE 44 33 0 0 E1 63 42
Octal 121 174 376 104 63 0 0 341 143 102
Binary 1010001 1111100 11111110 1000100 110011 0 0 11100001 1100011 1000010

Color Harmonies of #517CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517CFE

Black with #517CFE

Text Example


Text Example

White with #517CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,124,254); }

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

background-color css

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

 a { background-color: rgb(81,124,254); }

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

border-color css

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

 span { border-color: rgb(81,124,254); }

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