Html Css Color HEX #517EFC Cornflower Blue

📋 copy color: '#517EFC'

red 81 ◦ green 126 ◦ blue 252

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

Shades of Cornflower Blue #517EFC

Tints of Cornflower Blue #517EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 17.65%
G = 27.45%
B = 54.9%

CMYK

 C value IS 0.68

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#517EFC (or 0x517EFC) is known color: Cornflower Blue. HEX triplet: 51, 7E and FC. RGB value is (81,126,252). Sum of RGB (Red+Green+Blue) = 81+126+252=459 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.65% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #517EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #517EFC is #AE8103. Grayscale: #7E7E7E. Windows color (decimal): -11436292 or 16547409. OLE color: 16547409.

HSL color Cylindrical-coordinate representation of color #517EFC: hue angle of 224.21º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #517EFC is Cyan = 0.68, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 126 252 -
CMYK 0.68 0.5 0 0.01
HSL 224.21º 0.97% 0.65% -
HSV(B) 224.21º 0.68% 0.99% -
XYZ 28.42 23.7 95.17 -
YUV 126.91 198.59 95.25 -
System Red Green Blue C M Y K H S L
Decimal 81 126 252 0.68 0.5 0 0.01 224.21 0.97 0.65
Hex 51 7E FC 44 32 0 1 E0 61 41
Octal 121 176 374 104 62 0 1 340 141 101
Binary 1010001 1111110 11111100 1000100 110010 0 1 11100000 1100001 1000001

Color Harmonies of #517EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517EFC

Black with #517EFC

Text Example


Text Example

White with #517EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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